Package org.apache.pulsar.common.stats
Class AllocatorStats
- java.lang.Object
-
- org.apache.pulsar.common.stats.AllocatorStats
-
public class AllocatorStats extends java.lang.ObjectAllocator statistics.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAllocatorStats.PoolArenaStatsPool arena statistics.static classAllocatorStats.PoolChunkListStatsPool chunk list statistics.static classAllocatorStats.PoolChunkStatsPool chunk statistics.static classAllocatorStats.PoolSubpageStatsPool subpage statistics.
-
Field Summary
Fields Modifier and Type Field Description java.util.List<AllocatorStats.PoolArenaStats>directArenasjava.util.List<AllocatorStats.PoolArenaStats>heapArenasintnormalCacheSizeintnumDirectArenasintnumHeapArenasintnumThreadLocalCachesintsmallCacheSizeinttinyCacheSize
-
Constructor Summary
Constructors Constructor Description AllocatorStats()
-
-
-
Field Detail
-
numDirectArenas
public int numDirectArenas
-
numHeapArenas
public int numHeapArenas
-
numThreadLocalCaches
public int numThreadLocalCaches
-
normalCacheSize
public int normalCacheSize
-
smallCacheSize
public int smallCacheSize
-
tinyCacheSize
public int tinyCacheSize
-
directArenas
public java.util.List<AllocatorStats.PoolArenaStats> directArenas
-
heapArenas
public java.util.List<AllocatorStats.PoolArenaStats> heapArenas
-
-