Class SafeAllocatorMetric

  • All Implemented Interfaces:
    io.netty.buffer.ByteBufAllocatorMetric

    public final class SafeAllocatorMetric
    extends java.lang.Object
    implements io.netty.buffer.ByteBufAllocatorMetric
    Metrics regarding the SafeAllocator
    • Method Detail

      • totalReferences

        public long totalReferences()
      • totalQueues

        public long totalQueues()
      • activeAllocations

        public long activeAllocations()
      • leakedAllocations

        public long leakedAllocations()
      • usedHeapMemory

        public long usedHeapMemory()
        Specified by:
        usedHeapMemory in interface io.netty.buffer.ByteBufAllocatorMetric
      • usedDirectMemory

        public long usedDirectMemory()
        Specified by:
        usedDirectMemory in interface io.netty.buffer.ByteBufAllocatorMetric