
public interface OByteBufferPoolMXBean
OByteBufferPool.| Modifier and Type | Method and Description |
|---|---|
long |
getAllocatedMemory() |
double |
getAllocatedMemoryInGB() |
long |
getAllocatedMemoryInMB() |
int |
getBuffersInThePool() |
int |
getBufferSize() |
int |
getMaxPagesPerSingleArea() |
long |
getOverflowBufferCount() |
int |
getPoolSize() |
long |
getPreAllocatedBufferCount() |
long |
getPreAllocationLimit() |
int getBufferSize()
OByteBufferPool.int getBuffersInThePool()
OByteBufferPool.long getPreAllocatedBufferCount()
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.long getPreAllocationLimit()
int getMaxPagesPerSingleArea()
int getPoolSize()
Copyright © 2009–2025 OrientDB. All rights reserved.