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 ObjectPool.Handle
<AdaptivePoolingAllocator.AdaptiveByteBuf> AdaptivePoolingAllocator.AdaptiveByteBuf.handle
(package private) static final ObjectPool
<AdaptivePoolingAllocator.AdaptiveByteBuf> AdaptivePoolingAllocator.AdaptiveByteBuf.RECYCLER
Methods in io.netty.buffer that return AdaptivePoolingAllocator.AdaptiveByteBufModifier and TypeMethodDescription(package private) static AdaptivePoolingAllocator.AdaptiveByteBuf
AdaptivePoolingAllocator.AdaptiveByteBuf.newInstance
(boolean useThreadLocal) Methods in io.netty.buffer with parameters of type AdaptivePoolingAllocator.AdaptiveByteBufModifier and TypeMethodDescription(package private) void
AdaptivePoolingAllocator.allocate
(int size, int maxCapacity, AdaptivePoolingAllocator.AdaptiveByteBuf into) Allocate into the given buffer.private boolean
AdaptivePoolingAllocator.allocate
(int size, int maxCapacity, Thread currentThread, AdaptivePoolingAllocator.AdaptiveByteBuf buf) private boolean
AdaptivePoolingAllocator.Magazine.allocate
(int size, int sizeBucket, int maxCapacity, 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.AdaptiveByteBufModifierConstructorDescription(package private)
AdaptiveByteBuf
(ObjectPool.Handle<AdaptivePoolingAllocator.AdaptiveByteBuf> recyclerHandle)