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

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

Introduction

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

The text is from its open source code.

Method

ListchunkLists()
Returns an unmodifiable List which holds PoolChunkListMetric s.
longnumActiveAllocations()
Return the number of currently active allocations.
longnumActiveBytes()
Return the number of active bytes that are currently allocated by the arena.
longnumActiveHugeAllocations()
Return the number of currently active huge allocations.
longnumActiveNormalAllocations()
Return the number of currently active normal allocations.
longnumActiveSmallAllocations()
Return the number of currently active small allocations.
longnumActiveTinyAllocations()
Return the number of currently active tiny allocations.
longnumAllocations()
Return the number of allocations done via the arena.
intnumChunkLists()
Returns the number of chunk lists for the arena.
longnumDeallocations()
Return the number of deallocations done via the arena.
longnumHugeAllocations()
Return the number of huge allocations done via the arena.
longnumHugeDeallocations()
Return the number of huge deallocations done via the arena.
longnumNormalAllocations()
Return the number of normal allocations done via the arena.
longnumNormalDeallocations()
Return the number of normal deallocations done via the arena.
longnumSmallAllocations()
Return the number of small allocations done via the arena.
longnumSmallDeallocations()
Return the number of small deallocations done via the arena.
intnumSmallSubpages()
Returns the number of small sub-pages for the arena.
longnumTinyAllocations()
Return the number of tiny allocations done via the arena.
longnumTinyDeallocations()
Return the number of tiny deallocations done via the arena.
intnumTinySubpages()
Returns the number of tiny sub-pages for the arena.
ListsmallSubpages()
Returns an unmodifiable List which holds PoolSubpageMetric s for small sub-pages.
ListtinySubpages()
Returns an unmodifiable List which holds PoolSubpageMetric s for tiny sub-pages.