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.