Example usage for Java io.netty.buffer ByteBufAllocatorMetric fields, constructors, methods, implement or subclass
The text is from its open source code.
long | usedDirectMemory() Returns the number of bytes of direct memory used by a ByteBufAllocator or -1 if unknown. |
long | usedHeapMemory() Returns the number of bytes of heap memory used by a ByteBufAllocator or -1 if unknown. |