Java io.netty.buffer ByteBufAllocatorMetric fields, constructors, methods, implement or subclass

Example usage for Java io.netty.buffer ByteBufAllocatorMetric fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.buffer ByteBufAllocatorMetric.

The text is from its open source code.

Method

longusedDirectMemory()
Returns the number of bytes of direct memory used by a ByteBufAllocator or -1 if unknown.
longusedHeapMemory()
Returns the number of bytes of heap memory used by a ByteBufAllocator or -1 if unknown.