
public interface OByteBufferPoolMXBean
OByteBufferPool.| Modifier and Type | Method and Description |
|---|---|
long |
getAllocatedBufferCount() |
long |
getAllocatedMemory() |
double |
getAllocatedMemoryInGB() |
long |
getAllocatedMemoryInMB() |
int |
getBuffersInThePool() |
int |
getBufferSize() |
long |
getOverflowBufferCount() |
int getBufferSize()
OByteBufferPool.int getBuffersInThePool()
OByteBufferPool.long getAllocatedBufferCount()
OByteBufferPool,
this does not include the overflow buffers.long getOverflowBufferCount()
OByteBufferPool.long getAllocatedMemory()
OByteBufferPool,
including the overflow buffer allocations.long getAllocatedMemoryInMB()
OByteBufferPool,
including the overflow buffer allocations.double getAllocatedMemoryInGB()
OByteBufferPool,
including the overflow buffer allocations.Copyright © 2009–2016 Orient Technologies. All rights reserved.