Class SafeAllocatorMetric
- java.lang.Object
-
- com.linkedin.alpini.base.safealloc.SafeAllocatorMetric
-
- All Implemented Interfaces:
io.netty.buffer.ByteBufAllocatorMetric
public final class SafeAllocatorMetric extends java.lang.Object implements io.netty.buffer.ByteBufAllocatorMetricMetrics regarding theSafeAllocator
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longactiveAllocations()longleakedAllocations()longtotalQueues()longtotalReferences()longusedDirectMemory()longusedHeapMemory()
-
-
-
Method Detail
-
totalReferences
public long totalReferences()
-
totalQueues
public long totalQueues()
-
activeAllocations
public long activeAllocations()
-
leakedAllocations
public long leakedAllocations()
-
usedHeapMemory
public long usedHeapMemory()
- Specified by:
usedHeapMemoryin interfaceio.netty.buffer.ByteBufAllocatorMetric
-
usedDirectMemory
public long usedDirectMemory()
- Specified by:
usedDirectMemoryin interfaceio.netty.buffer.ByteBufAllocatorMetric
-
-