Interface AdaptiveByteBufAllocator.AdaptiveAllocatorApi

All Known Implementing Classes:
AdaptivePoolingAllocator
Enclosing class:
AdaptiveByteBufAllocator

static interface AdaptiveByteBufAllocator.AdaptiveAllocatorApi
  • Method Summary

    Modifier and Type
    Method
    Description
    allocate(int initialCapacity, int maxCapacity)
     
    long
     
  • Method Details

    • allocate

      ByteBuf allocate(int initialCapacity, int maxCapacity)
    • usedMemory

      long usedMemory()