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 Recycler.EnhancedHandle<AdaptivePoolingAllocator.AdaptiveByteBuf>AdaptivePoolingAllocator.AdaptiveByteBuf. handleMethods in io.netty.buffer that return AdaptivePoolingAllocator.AdaptiveByteBuf Modifier and Type Method Description private AdaptivePoolingAllocator.AdaptiveByteBufAdaptivePoolingAllocator. allocate(int size, int maxCapacity, java.lang.Thread currentThread, AdaptivePoolingAllocator.AdaptiveByteBuf buf)AdaptivePoolingAllocator.AdaptiveByteBufAdaptivePoolingAllocator.MagazineGroup. allocate(int size, int maxCapacity, java.lang.Thread currentThread, AdaptivePoolingAllocator.AdaptiveByteBuf buf)private AdaptivePoolingAllocator.AdaptiveByteBufAdaptivePoolingAllocator. allocateFallback(int size, int maxCapacity, java.lang.Thread currentThread, AdaptivePoolingAllocator.AdaptiveByteBuf buf)AdaptivePoolingAllocator.AdaptiveByteBufAdaptivePoolingAllocator.Magazine. newBuffer()protected AdaptivePoolingAllocator.AdaptiveByteBufAdaptivePoolingAllocator.Magazine.AdaptiveRecycler. newObject(Recycler.Handle<AdaptivePoolingAllocator.AdaptiveByteBuf> handle)Methods in io.netty.buffer with parameters of type AdaptivePoolingAllocator.AdaptiveByteBuf Modifier and Type Method Description private AdaptivePoolingAllocator.AdaptiveByteBufAdaptivePoolingAllocator. allocate(int size, int maxCapacity, java.lang.Thread currentThread, AdaptivePoolingAllocator.AdaptiveByteBuf buf)private booleanAdaptivePoolingAllocator.Magazine. allocate(int size, int maxCapacity, AdaptivePoolingAllocator.AdaptiveByteBuf buf, boolean reallocate)AdaptivePoolingAllocator.AdaptiveByteBufAdaptivePoolingAllocator.MagazineGroup. allocate(int size, int maxCapacity, java.lang.Thread currentThread, AdaptivePoolingAllocator.AdaptiveByteBuf buf)private AdaptivePoolingAllocator.AdaptiveByteBufAdaptivePoolingAllocator. allocateFallback(int size, int maxCapacity, java.lang.Thread currentThread, AdaptivePoolingAllocator.AdaptiveByteBuf buf)private booleanAdaptivePoolingAllocator.Magazine. allocateWithoutLock(int size, int maxCapacity, AdaptivePoolingAllocator.AdaptiveByteBuf buf)booleanAdaptivePoolingAllocator.BuddyChunk. readInitInto(AdaptivePoolingAllocator.AdaptiveByteBuf buf, int size, int startingCapacity, int maxCapacity)booleanAdaptivePoolingAllocator.Chunk. readInitInto(AdaptivePoolingAllocator.AdaptiveByteBuf buf, int size, int startingCapacity, int maxCapacity)booleanAdaptivePoolingAllocator.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)Method parameters in io.netty.buffer with type arguments of type AdaptivePoolingAllocator.AdaptiveByteBuf Modifier and Type Method Description protected AdaptivePoolingAllocator.AdaptiveByteBufAdaptivePoolingAllocator.Magazine.AdaptiveRecycler. newObject(Recycler.Handle<AdaptivePoolingAllocator.AdaptiveByteBuf> handle)Constructor parameters in io.netty.buffer with type arguments of type AdaptivePoolingAllocator.AdaptiveByteBuf Constructor Description AdaptiveByteBuf(Recycler.EnhancedHandle<AdaptivePoolingAllocator.AdaptiveByteBuf> recyclerHandle)
-