public interface BufferPoolMXBean extends PlatformManagedObject
Modifier and Type | Method and Description |
---|---|
long |
getCount()
Returns the number of buffers of the pool.
|
long |
getMemoryUsed()
Returns the count of used memory.
|
String |
getName()
Returns the name of the buffer pool.
|
long |
getTotalCapacity()
Returns the total capacity of the buffers in this pool.
|
getObjectName
String getName()
long getCount()
long getTotalCapacity()
long getMemoryUsed()
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 1993, 2025 IBM Corp. and others.