Example usage for Java io.netty.buffer PooledByteBufAllocatorMetric fields, constructors, methods, implement or subclass
The text is from its open source code.
int | chunkSize() Return the chunk size for an arena. |
List | directArenas() Return a List of all direct PoolArenaMetric s that are provided by this pool. |
List | heapArenas() Return a List of all heap PoolArenaMetric s that are provided by this pool. |
int | normalCacheSize() Return the size of the normal cache. |
int | numDirectArenas() Return the number of direct arenas. |
int | numHeapArenas() Return the number of heap arenas. |
int | numThreadLocalCaches() Return the number of thread local caches used by this PooledByteBufAllocator . |
int | smallCacheSize() Return the size of the small cache. |
int | tinyCacheSize() Return the size of the tiny cache. |
long | usedDirectMemory() |
long | usedHeapMemory() |