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
Fields in io.netty.buffer declared as AdaptivePoolingAllocator.Chunk Modifier and Type Field Description (package private) AdaptivePoolingAllocator.Chunk
AdaptivePoolingAllocator.AdaptiveByteBuf. chunk
private AdaptivePoolingAllocator.Chunk
AdaptivePoolingAllocator.Magazine. current
private static AdaptivePoolingAllocator.Chunk
AdaptivePoolingAllocator.Magazine. MAGAZINE_FREED
private AdaptivePoolingAllocator.Chunk
AdaptivePoolingAllocator.Magazine. nextInLine
Fields 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_UPDATER
private java.util.Queue<AdaptivePoolingAllocator.Chunk>
AdaptivePoolingAllocator. centralQueue
private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<AdaptivePoolingAllocator.Magazine,AdaptivePoolingAllocator.Chunk>
AdaptivePoolingAllocator.Magazine. NEXT_IN_LINE
private static ReferenceCountUpdater<AdaptivePoolingAllocator.Chunk>
AdaptivePoolingAllocator.Chunk. updater
Methods in io.netty.buffer that return AdaptivePoolingAllocator.Chunk Modifier and Type Method Description private AdaptivePoolingAllocator.Chunk
AdaptivePoolingAllocator.Magazine. newChunkAllocation(int promptingSize)
AdaptivePoolingAllocator.Chunk
AdaptivePoolingAllocator.Chunk. retain()
AdaptivePoolingAllocator.Chunk
AdaptivePoolingAllocator.Chunk. retain(int increment)
AdaptivePoolingAllocator.Chunk
AdaptivePoolingAllocator.Chunk. touch()
AdaptivePoolingAllocator.Chunk
AdaptivePoolingAllocator.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) void
AdaptivePoolingAllocator.AdaptiveByteBuf. init(AbstractByteBuf unwrapped, AdaptivePoolingAllocator.Chunk wrapped, int readerIndex, int writerIndex, int adjustment, int capacity, int maxCapacity)
private boolean
AdaptivePoolingAllocator. offerToQueue(AdaptivePoolingAllocator.Chunk buffer)
private void
AdaptivePoolingAllocator.Magazine. transferChunk(AdaptivePoolingAllocator.Chunk current)
(package private) boolean
AdaptivePoolingAllocator.Magazine. trySetNextInLine(AdaptivePoolingAllocator.Chunk chunk)
-