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 TypeFieldDescriptionintintintintint -
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 -
directArenas
-
heapArenas
-
-
Constructor Details
-
AllocatorStats
public AllocatorStats()
-