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