Package org.apache.pulsar.common.stats
Class AllocatorStats
java.lang.Object
org.apache.pulsar.common.stats.AllocatorStats
Allocator statistics.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classPool arena statistics.static classPool chunk list statistics.static classPool chunk statistics.static classPool subpage statistics. -
Field Summary
FieldsModifier and TypeFieldDescriptionintintintintintlonglong -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
numDirectArenas
public int numDirectArenas -
numHeapArenas
public int numHeapArenas -
numThreadLocalCaches
public int numThreadLocalCaches -
normalCacheSize
public int normalCacheSize -
smallCacheSize
public int smallCacheSize -
usedDirectMemory
public long usedDirectMemory -
usedHeapMemory
public long usedHeapMemory -
directArenas
-
heapArenas
-
-
Constructor Details
-
AllocatorStats
public AllocatorStats()
-