public interface ByteBufAllocatorMetric
Modifier and Type | Method and Description |
---|---|
long |
usedDirectMemory()
如果未知,则返回 ByteBufAllocator 或-1 使用的直接内存的字节数。
|
long |
usedHeapMemory()
如果未知,则返回 ByteBufAllocator 或-1 使用的堆内存的字节数。
|
long usedHeapMemory()
ByteBufAllocator
或-1
使用的堆内存的字节数。
long usedDirectMemory()
ByteBufAllocator
或-1
使用的直接内存的字节数。
Copyright © 2008–2018 The Netty Project. All rights reserved.