Uses of Interface
io.netty5.buffer.AllocationType
-
Packages that use AllocationType Package Description io.netty5.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message.io.netty5.buffer.bytebuffer Safe ByteBuffer based implementation.io.netty5.buffer.internal Internal implementation details that can be shared among Buffer implementations.io.netty5.buffer.pool A poolingBufferAllocatorimplementation based on jemalloc.io.netty5.buffer.unsafe ABufferimplementation that is based onsun.misc.Unsafe. -
-
Uses of AllocationType in io.netty5.buffer
Classes in io.netty5.buffer that implement AllocationType Modifier and Type Class Description classStandardAllocationTypesStandard implementations ofAllocationTypethat all memory managers should support.Methods in io.netty5.buffer that return AllocationType Modifier and Type Method Description AllocationTypeBufferAllocator. getAllocationType()Get theAllocationTypefrom this allocator.AllocationTypeSensitiveBufferAllocator. getAllocationType()Methods in io.netty5.buffer with parameters of type AllocationType Modifier and Type Method Description BufferMemoryManager. allocateShared(AllocatorControl allocatorControl, long size, Function<Drop<Buffer>,Drop<Buffer>> dropDecorator, AllocationType allocationType)Allocates a shared buffer. -
Uses of AllocationType in io.netty5.buffer.bytebuffer
Methods in io.netty5.buffer.bytebuffer with parameters of type AllocationType Modifier and Type Method Description BufferByteBufferMemoryManager. allocateShared(AllocatorControl allocatorControl, long size, Function<Drop<Buffer>,Drop<Buffer>> dropDecorator, AllocationType allocationType) -
Uses of AllocationType in io.netty5.buffer.internal
Classes in io.netty5.buffer.internal that implement AllocationType Modifier and Type Class Description classWrappingAllocationAnAllocationTypefor on-heap buffer allocations that wrap an existing byte array. -
Uses of AllocationType in io.netty5.buffer.pool
Methods in io.netty5.buffer.pool that return AllocationType Modifier and Type Method Description AllocationTypePooledBufferAllocator. getAllocationType() -
Uses of AllocationType in io.netty5.buffer.unsafe
Methods in io.netty5.buffer.unsafe with parameters of type AllocationType Modifier and Type Method Description BufferUnsafeMemoryManager. allocateShared(AllocatorControl control, long size, Function<Drop<Buffer>,Drop<Buffer>> dropDecorator, AllocationType allocationType)
-