Package org.apache.pulsar.common.stats
Class AllocatorStats.PoolSubpageStats
java.lang.Object
org.apache.pulsar.common.stats.AllocatorStats.PoolSubpageStats
- Enclosing class:
- AllocatorStats
Pool subpage statistics.
-
Field Summary
Modifier and TypeFieldDescriptionint
int
int
int
-
Constructor Summary
-
Method Summary
-
Field Details
-
maxNumElements
public int maxNumElements -
numAvailable
public int numAvailable -
elementSize
public int elementSize -
pageSize
public int pageSize
-
-
Constructor Details
-
PoolSubpageStats
public PoolSubpageStats()
-