Class AllocatorStats.PoolArenaStats

java.lang.Object
org.apache.pulsar.common.stats.AllocatorStats.PoolArenaStats
Enclosing class:
AllocatorStats

public static class AllocatorStats.PoolArenaStats extends Object
Pool arena statistics.
  • Field Details

    • numSmallSubpages

      public int numSmallSubpages
    • numChunkLists

      public int numChunkLists
    • smallSubpages

      public List<AllocatorStats.PoolSubpageStats> smallSubpages
    • chunkLists

    • numAllocations

      public long numAllocations
    • numSmallAllocations

      public long numSmallAllocations
    • numNormalAllocations

      public long numNormalAllocations
    • numHugeAllocations

      public long numHugeAllocations
    • numDeallocations

      public long numDeallocations
    • numSmallDeallocations

      public long numSmallDeallocations
    • numNormalDeallocations

      public long numNormalDeallocations
    • numHugeDeallocations

      public long numHugeDeallocations
    • numActiveAllocations

      public long numActiveAllocations
    • numActiveSmallAllocations

      public long numActiveSmallAllocations
    • numActiveNormalAllocations

      public long numActiveNormalAllocations
    • numActiveHugeAllocations

      public long numActiveHugeAllocations
  • Constructor Details

    • PoolArenaStats

      public PoolArenaStats()