Java io.netty.buffer PooledByteBufAllocatorMetric fields, constructors, methods, implement or subclass

Example usage for Java io.netty.buffer PooledByteBufAllocatorMetric fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.buffer PooledByteBufAllocatorMetric.

The text is from its open source code.

Method

intchunkSize()
Return the chunk size for an arena.
ListdirectArenas()
Return a List of all direct PoolArenaMetric s that are provided by this pool.
ListheapArenas()
Return a List of all heap PoolArenaMetric s that are provided by this pool.
intnormalCacheSize()
Return the size of the normal cache.
intnumDirectArenas()
Return the number of direct arenas.
intnumHeapArenas()
Return the number of heap arenas.
intnumThreadLocalCaches()
Return the number of thread local caches used by this PooledByteBufAllocator .
intsmallCacheSize()
Return the size of the small cache.
inttinyCacheSize()
Return the size of the tiny cache.
longusedDirectMemory()
longusedHeapMemory()