Uses of Interface
io.netty.buffer.AdaptivePoolingAllocator.ChunkReleasePredicate
Packages that use AdaptivePoolingAllocator.ChunkReleasePredicate
Package
Description
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.ChunkReleasePredicateModifier and TypeClassDescriptionprivate static final classFields in io.netty.buffer declared as AdaptivePoolingAllocator.ChunkReleasePredicateModifier and TypeFieldDescriptionprivate static final AdaptivePoolingAllocator.ChunkReleasePredicateAdaptivePoolingAllocator.CHUNK_RELEASE_ALWAYSprivate static final AdaptivePoolingAllocator.ChunkReleasePredicateAdaptivePoolingAllocator.CHUNK_RELEASE_NEVERprivate final AdaptivePoolingAllocator.ChunkReleasePredicateAdaptivePoolingAllocator.Chunk.chunkReleasePredicateprivate static final AdaptivePoolingAllocator.ChunkReleasePredicateAdaptivePoolingAllocator.SizeClassChunkController.FALSE_PREDICATEConstructors in io.netty.buffer with parameters of type AdaptivePoolingAllocator.ChunkReleasePredicateModifierConstructorDescription(package private)Chunk(AbstractByteBuf delegate, AdaptivePoolingAllocator.Magazine magazine, boolean pooled, AdaptivePoolingAllocator.ChunkReleasePredicate chunkReleasePredicate) (package private)SizeClassedChunk(AbstractByteBuf delegate, AdaptivePoolingAllocator.Magazine magazine, boolean pooled, int segmentSize, int[] segmentOffsets, AdaptivePoolingAllocator.ChunkReleasePredicate shouldReleaseChunk)