Uses of Class
io.netty.buffer.AdaptivePoolingAllocator.AdaptiveByteBuf
-
Packages that use AdaptivePoolingAllocator.AdaptiveByteBuf 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.AdaptiveByteBuf in io.netty.buffer
Fields in io.netty.buffer with type parameters of type AdaptivePoolingAllocator.AdaptiveByteBuf Modifier and Type Field Description private java.util.Queue<AdaptivePoolingAllocator.AdaptiveByteBuf>
AdaptivePoolingAllocator.Magazine. bufferQueue
private static ObjectPool<AdaptivePoolingAllocator.AdaptiveByteBuf>
AdaptivePoolingAllocator.Magazine. EVENT_LOOP_LOCAL_BUFFER_POOL
private ObjectPool.Handle<AdaptivePoolingAllocator.AdaptiveByteBuf>
AdaptivePoolingAllocator.AdaptiveByteBuf. handle
private ObjectPool.Handle<AdaptivePoolingAllocator.AdaptiveByteBuf>
AdaptivePoolingAllocator.Magazine. handle
Methods in io.netty.buffer that return AdaptivePoolingAllocator.AdaptiveByteBuf Modifier and Type Method Description private AdaptivePoolingAllocator.AdaptiveByteBuf
AdaptivePoolingAllocator. allocate(int size, int maxCapacity, java.lang.Thread currentThread, AdaptivePoolingAllocator.AdaptiveByteBuf buf)
private AdaptivePoolingAllocator.AdaptiveByteBuf
AdaptivePoolingAllocator. allocateFallback(int size, int maxCapacity, java.lang.Thread currentThread, AdaptivePoolingAllocator.AdaptiveByteBuf buf)
AdaptivePoolingAllocator.AdaptiveByteBuf
AdaptivePoolingAllocator.Magazine. newBuffer()
Methods in io.netty.buffer with parameters of type AdaptivePoolingAllocator.AdaptiveByteBuf Modifier and Type Method Description (package private) void
AdaptivePoolingAllocator. allocate(int size, int maxCapacity, AdaptivePoolingAllocator.AdaptiveByteBuf into)
Allocate into the given buffer.private AdaptivePoolingAllocator.AdaptiveByteBuf
AdaptivePoolingAllocator. allocate(int size, int maxCapacity, java.lang.Thread currentThread, AdaptivePoolingAllocator.AdaptiveByteBuf buf)
private boolean
AdaptivePoolingAllocator.Magazine. allocate(int size, int sizeBucket, int maxCapacity, AdaptivePoolingAllocator.AdaptiveByteBuf buf)
private AdaptivePoolingAllocator.AdaptiveByteBuf
AdaptivePoolingAllocator. allocateFallback(int size, int maxCapacity, java.lang.Thread currentThread, AdaptivePoolingAllocator.AdaptiveByteBuf buf)
void
AdaptivePoolingAllocator.Chunk. readInitInto(AdaptivePoolingAllocator.AdaptiveByteBuf buf, int size, int maxCapacity)
boolean
AdaptivePoolingAllocator.Magazine. tryAllocate(int size, int sizeBucket, int maxCapacity, AdaptivePoolingAllocator.AdaptiveByteBuf buf)
Constructor parameters in io.netty.buffer with type arguments of type AdaptivePoolingAllocator.AdaptiveByteBuf Constructor Description AdaptiveByteBuf(ObjectPool.Handle<AdaptivePoolingAllocator.AdaptiveByteBuf> recyclerHandle)
-