Uses of Class
io.netty.buffer.AdaptivePoolingAllocator.AdaptiveByteBuf
Packages that use AdaptivePoolingAllocator.AdaptiveByteBuf
Package
Description
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.AdaptiveByteBufModifier and TypeFieldDescriptionprivate final Queue<AdaptivePoolingAllocator.AdaptiveByteBuf> AdaptivePoolingAllocator.Magazine.bufferQueueprivate static final ObjectPool<AdaptivePoolingAllocator.AdaptiveByteBuf> AdaptivePoolingAllocator.Magazine.EVENT_LOOP_LOCAL_BUFFER_POOLprivate final ObjectPool.Handle<AdaptivePoolingAllocator.AdaptiveByteBuf> AdaptivePoolingAllocator.AdaptiveByteBuf.handleprivate final ObjectPool.Handle<AdaptivePoolingAllocator.AdaptiveByteBuf> AdaptivePoolingAllocator.Magazine.handleMethods in io.netty.buffer that return AdaptivePoolingAllocator.AdaptiveByteBufModifier and TypeMethodDescriptionAdaptivePoolingAllocator.allocate(int size, int maxCapacity, Thread currentThread, AdaptivePoolingAllocator.AdaptiveByteBuf buf) AdaptivePoolingAllocator.MagazineGroup.allocate(int size, int maxCapacity, Thread currentThread, AdaptivePoolingAllocator.AdaptiveByteBuf buf) AdaptivePoolingAllocator.allocateFallback(int size, int maxCapacity, Thread currentThread, AdaptivePoolingAllocator.AdaptiveByteBuf buf) AdaptivePoolingAllocator.Magazine.newBuffer()Methods in io.netty.buffer with parameters of type AdaptivePoolingAllocator.AdaptiveByteBufModifier and TypeMethodDescriptionAdaptivePoolingAllocator.allocate(int size, int maxCapacity, Thread currentThread, AdaptivePoolingAllocator.AdaptiveByteBuf buf) private booleanAdaptivePoolingAllocator.Magazine.allocate(int size, int maxCapacity, AdaptivePoolingAllocator.AdaptiveByteBuf buf, boolean reallocate) AdaptivePoolingAllocator.MagazineGroup.allocate(int size, int maxCapacity, Thread currentThread, AdaptivePoolingAllocator.AdaptiveByteBuf buf) AdaptivePoolingAllocator.allocateFallback(int size, int maxCapacity, Thread currentThread, AdaptivePoolingAllocator.AdaptiveByteBuf buf) private booleanAdaptivePoolingAllocator.Magazine.allocateWithoutLock(int size, int maxCapacity, AdaptivePoolingAllocator.AdaptiveByteBuf buf) voidAdaptivePoolingAllocator.Chunk.readInitInto(AdaptivePoolingAllocator.AdaptiveByteBuf buf, int size, int startingCapacity, int maxCapacity) voidAdaptivePoolingAllocator.SizeClassedChunk.readInitInto(AdaptivePoolingAllocator.AdaptiveByteBuf buf, int size, int startingCapacity, int maxCapacity) (package private) voidAdaptivePoolingAllocator.reallocate(int size, int maxCapacity, AdaptivePoolingAllocator.AdaptiveByteBuf into) Allocate into the given buffer.booleanAdaptivePoolingAllocator.Magazine.tryAllocate(int size, int maxCapacity, AdaptivePoolingAllocator.AdaptiveByteBuf buf, boolean reallocate) Constructor parameters in io.netty.buffer with type arguments of type AdaptivePoolingAllocator.AdaptiveByteBufModifierConstructorDescription(package private)AdaptiveByteBuf(ObjectPool.Handle<AdaptivePoolingAllocator.AdaptiveByteBuf> recyclerHandle)