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()
Link to Eclipse OpenJ9 documentation.
To raise a bug report or suggest an improvement create an Eclipse Openj9 issue.
Copyright © 1993, 2020, IBM Corp. All rights reserved.