类 AllocatorStats
- java.lang.Object
-
- org.apache.pulsar.common.stats.AllocatorStats
-
public class AllocatorStats extends java.lang.ObjectAllocator statistics.
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classAllocatorStats.PoolArenaStatsPool arena statistics.static classAllocatorStats.PoolChunkListStatsPool chunk list statistics.static classAllocatorStats.PoolChunkStatsPool chunk statistics.static classAllocatorStats.PoolSubpageStatsPool subpage statistics.
-
字段概要
字段 修饰符和类型 字段 说明 java.util.List<AllocatorStats.PoolArenaStats>directArenasjava.util.List<AllocatorStats.PoolArenaStats>heapArenasintnormalCacheSizeintnumDirectArenasintnumHeapArenasintnumThreadLocalCachesintsmallCacheSize
-
构造器概要
构造器 构造器 说明 AllocatorStats()
-
-
-
字段详细资料
-
numDirectArenas
public int numDirectArenas
-
numHeapArenas
public int numHeapArenas
-
numThreadLocalCaches
public int numThreadLocalCaches
-
normalCacheSize
public int normalCacheSize
-
smallCacheSize
public int smallCacheSize
-
directArenas
public java.util.List<AllocatorStats.PoolArenaStats> directArenas
-
heapArenas
public java.util.List<AllocatorStats.PoolArenaStats> heapArenas
-
-