Package org.apache.pulsar.common.stats
Class AllocatorStats
java.lang.Object
org.apache.pulsar.common.stats.AllocatorStats
Allocator statistics.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Pool arena statistics.static class
Pool chunk list statistics.static class
Pool chunk statistics.static class
Pool subpage statistics. -
Field Summary
Modifier and TypeFieldDescriptionint
int
int
int
int
-
Constructor Summary
-
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()
-