Package io.netty.buffer
Interface AdaptiveByteBufAllocator.AdaptiveAllocatorApi
-
- All Known Implementing Classes:
AdaptivePoolingAllocator
- Enclosing class:
- AdaptiveByteBufAllocator
static interface AdaptiveByteBufAllocator.AdaptiveAllocatorApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ByteBuf
allocate(int initialCapacity, int maxCapacity)
long
usedMemory()
-
-
-
Method Detail
-
allocate
ByteBuf allocate(int initialCapacity, int maxCapacity)
-
usedMemory
long usedMemory()
-
-