public interface MemoryManagerMXBean
MemoryManagerMXBean
is an interface used by the management
system to access memory manager properties.
ObjectName
pattern: com.azul.zing:type=MemoryManager,name=manager_name
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getMemoryPoolNames()
Names of the memory pools being managed by this manager.
|
java.lang.String |
getName()
Name of the memory manager.
|
java.lang.String |
getVersion()
Version of the MemoryManagerMXBean application programming interface.
|
boolean |
isValid()
Indicates whether or not the manager is currently valid.
|
java.lang.String[] getMemoryPoolNames()
Names of the memory pools being managed by this manager.
String[]
of pool names.java.lang.String getName()
Name of the memory manager.
java.lang.String getVersion()
Version of the MemoryManagerMXBean application programming interface. The format for the version is majorVersion.minorVersion.microVersion.
boolean isValid()
Indicates whether or not the manager is currently valid. A memory manager may be removed by a JVM and become invalid.
true
if the manager is valid; false
otherwise. Submit a bug or feature request
Copyright © 2015-2017, Azul Systems, Inc. All rights reserved.
Azul Systems and Zing are registered trademarks of Azul Systems, Inc.