Class LeakTrackingByteBufferPool

    • Field Detail

      • LOG

        private static final Logger LOG
      • leakDetector

        private final LeakDetector<java.nio.ByteBuffer> leakDetector
      • leakedAcquires

        private final java.util.concurrent.atomic.AtomicLong leakedAcquires
      • leakedReleases

        private final java.util.concurrent.atomic.AtomicLong leakedReleases
      • leakedRemoves

        private final java.util.concurrent.atomic.AtomicLong leakedRemoves
      • leaked

        private final java.util.concurrent.atomic.AtomicLong leaked
    • Constructor Detail

      • LeakTrackingByteBufferPool

        public LeakTrackingByteBufferPool​(ByteBufferPool delegate)