Uses of Interface
io.netty.buffer.AdaptivePoolingAllocator.ChunkReleasePredicate
-
Packages that use AdaptivePoolingAllocator.ChunkReleasePredicate Package Description io.netty.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message. -
-
Uses of AdaptivePoolingAllocator.ChunkReleasePredicate in io.netty.buffer
Classes in io.netty.buffer that implement AdaptivePoolingAllocator.ChunkReleasePredicate Modifier and Type Class Description private static classAdaptivePoolingAllocator.HistogramChunkControllerFields in io.netty.buffer declared as AdaptivePoolingAllocator.ChunkReleasePredicate Modifier and Type Field Description private static AdaptivePoolingAllocator.ChunkReleasePredicateAdaptivePoolingAllocator. CHUNK_RELEASE_ALWAYSprivate static AdaptivePoolingAllocator.ChunkReleasePredicateAdaptivePoolingAllocator. CHUNK_RELEASE_NEVERprivate AdaptivePoolingAllocator.ChunkReleasePredicateAdaptivePoolingAllocator.Chunk. chunkReleasePredicateprivate static AdaptivePoolingAllocator.ChunkReleasePredicateAdaptivePoolingAllocator.SizeClassChunkController. FALSE_PREDICATEConstructors in io.netty.buffer with parameters of type AdaptivePoolingAllocator.ChunkReleasePredicate Constructor Description Chunk(AbstractByteBuf delegate, AdaptivePoolingAllocator.Magazine magazine, boolean pooled, AdaptivePoolingAllocator.ChunkReleasePredicate chunkReleasePredicate)SizeClassedChunk(AbstractByteBuf delegate, AdaptivePoolingAllocator.Magazine magazine, boolean pooled, int segmentSize, int[] segmentOffsets, AdaptivePoolingAllocator.ChunkReleasePredicate shouldReleaseChunk)
-