Class AllocatorStats

java.lang.Object
org.apache.pulsar.common.stats.AllocatorStats

public class AllocatorStats extends Object
Allocator statistics.
  • Field Details

    • numDirectArenas

      public int numDirectArenas
    • numHeapArenas

      public int numHeapArenas
    • numThreadLocalCaches

      public int numThreadLocalCaches
    • normalCacheSize

      public int normalCacheSize
    • smallCacheSize

      public int smallCacheSize
    • directArenas

      public List<AllocatorStats.PoolArenaStats> directArenas
    • heapArenas

      public List<AllocatorStats.PoolArenaStats> heapArenas
  • Constructor Details

    • AllocatorStats

      public AllocatorStats()