Uses of Class
io.netty.buffer.AdaptivePoolingAllocator.Chunk
-
Packages that use AdaptivePoolingAllocator.Chunk 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.Chunk in io.netty.buffer
Subclasses of AdaptivePoolingAllocator.Chunk in io.netty.buffer Modifier and Type Class Description private static classAdaptivePoolingAllocator.SizeClassedChunkFields in io.netty.buffer declared as AdaptivePoolingAllocator.Chunk Modifier and Type Field Description (package private) AdaptivePoolingAllocator.ChunkAdaptivePoolingAllocator.AdaptiveByteBuf. chunkprivate AdaptivePoolingAllocator.ChunkAdaptivePoolingAllocator.Magazine. currentprivate static AdaptivePoolingAllocator.ChunkAdaptivePoolingAllocator.Magazine. MAGAZINE_FREEDprivate AdaptivePoolingAllocator.ChunkAdaptivePoolingAllocator.Magazine. nextInLineFields in io.netty.buffer with type parameters of type AdaptivePoolingAllocator.Chunk Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<AdaptivePoolingAllocator.Chunk>AdaptivePoolingAllocator.Chunk. AIF_UPDATERprivate java.util.Set<AdaptivePoolingAllocator.Chunk>AdaptivePoolingAllocator. chunkRegistryprivate java.util.Set<AdaptivePoolingAllocator.Chunk>AdaptivePoolingAllocator.HistogramChunkController. chunkRegistryprivate java.util.Set<AdaptivePoolingAllocator.Chunk>AdaptivePoolingAllocator.SizeClassChunkController. chunkRegistryprivate java.util.Queue<AdaptivePoolingAllocator.Chunk>AdaptivePoolingAllocator.MagazineGroup. chunkReuseQueueprivate static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<AdaptivePoolingAllocator.Magazine,AdaptivePoolingAllocator.Chunk>AdaptivePoolingAllocator.Magazine. NEXT_IN_LINEprivate java.util.Queue<AdaptivePoolingAllocator.Chunk>AdaptivePoolingAllocator.Magazine. sharedChunkQueueprivate static ReferenceCountUpdater<AdaptivePoolingAllocator.Chunk>AdaptivePoolingAllocator.Chunk. updaterMethods in io.netty.buffer that return AdaptivePoolingAllocator.Chunk Modifier and Type Method Description AdaptivePoolingAllocator.ChunkAdaptivePoolingAllocator.ChunkController. newChunkAllocation(int promptingSize, AdaptivePoolingAllocator.Magazine magazine)Allocate a newAdaptivePoolingAllocator.Chunkfor the givenAdaptivePoolingAllocator.Magazine.AdaptivePoolingAllocator.ChunkAdaptivePoolingAllocator.HistogramChunkController. newChunkAllocation(int promptingSize, AdaptivePoolingAllocator.Magazine magazine)AdaptivePoolingAllocator.ChunkAdaptivePoolingAllocator.SizeClassChunkController. newChunkAllocation(int promptingSize, AdaptivePoolingAllocator.Magazine magazine)AdaptivePoolingAllocator.ChunkAdaptivePoolingAllocator.Chunk. retain()AdaptivePoolingAllocator.ChunkAdaptivePoolingAllocator.Chunk. retain(int increment)AdaptivePoolingAllocator.ChunkAdaptivePoolingAllocator.Chunk. touch()AdaptivePoolingAllocator.ChunkAdaptivePoolingAllocator.Chunk. touch(java.lang.Object hint)Methods in io.netty.buffer that return types with arguments of type AdaptivePoolingAllocator.Chunk Modifier and Type Method Description private static java.util.Queue<AdaptivePoolingAllocator.Chunk>AdaptivePoolingAllocator. createSharedChunkQueue()Create a thread-safe multi-producer, multi-consumer queue to hold chunks that spill over from the internal Magazines.Methods in io.netty.buffer with parameters of type AdaptivePoolingAllocator.Chunk Modifier and Type Method Description (package private) voidAdaptivePoolingAllocator.AdaptiveByteBuf. init(AbstractByteBuf unwrapped, AdaptivePoolingAllocator.Chunk wrapped, int readerIndex, int writerIndex, int adjustment, int size, int capacity, int maxCapacity, int segmentId)(package private) booleanAdaptivePoolingAllocator.Magazine. offerToQueue(AdaptivePoolingAllocator.Chunk chunk)(package private) booleanAdaptivePoolingAllocator.MagazineGroup. offerToQueue(AdaptivePoolingAllocator.Chunk buffer)private voidAdaptivePoolingAllocator.Magazine. transferToNextInLineOrRelease(AdaptivePoolingAllocator.Chunk chunk)(package private) booleanAdaptivePoolingAllocator.Magazine. trySetNextInLine(AdaptivePoolingAllocator.Chunk chunk)Constructor parameters in io.netty.buffer with type arguments of type AdaptivePoolingAllocator.Chunk Constructor Description Magazine(AdaptivePoolingAllocator.MagazineGroup group, boolean shareable, java.util.Queue<AdaptivePoolingAllocator.Chunk> sharedChunkQueue, AdaptivePoolingAllocator.ChunkController chunkController)
-