public interface ByteBufAllocatorMetric
Modifier and Type | Method and Description |
---|---|
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. |
long usedHeapMemory()
ByteBufAllocator
or -1
if unknown.long usedDirectMemory()
ByteBufAllocator
or -1
if unknown.Copyright © 2008–2017 The Netty Project. All rights reserved.