public class MemoryAdmin extends AbstractManagedObject implements MemoryMXBean
Modifier and Type | Method and Description |
---|---|
long |
getCodeCacheCommitted() |
long |
getCodeCacheFree() |
long |
getCodeCacheMax() |
long |
getCodeCacheUsed() |
long |
getEdenCommitted() |
long |
getEdenFree() |
long |
getEdenMax() |
long |
getEdenUsed() |
long |
getGarbageCollectionCount() |
long |
getGarbageCollectionTime() |
java.lang.String |
getName()
The JMX name property of the mbean.
|
long |
getPermGenCommitted() |
long |
getPermGenFree() |
long |
getPermGenMax() |
long |
getPermGenUsed() |
long |
getSurvivorCommitted() |
long |
getSurvivorFree() |
long |
getSurvivorMax() |
long |
getSurvivorUsed() |
long |
getTenuredCommitted() |
long |
getTenuredFree() |
long |
getTenuredMax() |
long |
getTenuredUsed() |
addObjectNameProperties, getObjectName, getType, registerSelf, toString, unregisterSelf
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getObjectName, getType
public java.lang.String getName()
AbstractManagedObject
getName
in interface ManagedObjectMXBean
getName
in class AbstractManagedObject
public long getCodeCacheCommitted()
getCodeCacheCommitted
in interface MemoryMXBean
public long getCodeCacheMax()
getCodeCacheMax
in interface MemoryMXBean
public long getCodeCacheUsed()
getCodeCacheUsed
in interface MemoryMXBean
public long getCodeCacheFree()
getCodeCacheFree
in interface MemoryMXBean
public long getEdenCommitted()
getEdenCommitted
in interface MemoryMXBean
public long getEdenMax()
getEdenMax
in interface MemoryMXBean
public long getEdenUsed()
getEdenUsed
in interface MemoryMXBean
public long getEdenFree()
getEdenFree
in interface MemoryMXBean
public long getPermGenCommitted()
getPermGenCommitted
in interface MemoryMXBean
public long getPermGenMax()
getPermGenMax
in interface MemoryMXBean
public long getPermGenUsed()
getPermGenUsed
in interface MemoryMXBean
public long getPermGenFree()
getPermGenFree
in interface MemoryMXBean
public long getSurvivorCommitted()
getSurvivorCommitted
in interface MemoryMXBean
public long getSurvivorMax()
getSurvivorMax
in interface MemoryMXBean
public long getSurvivorUsed()
getSurvivorUsed
in interface MemoryMXBean
public long getSurvivorFree()
getSurvivorFree
in interface MemoryMXBean
public long getTenuredCommitted()
getTenuredCommitted
in interface MemoryMXBean
public long getTenuredMax()
getTenuredMax
in interface MemoryMXBean
public long getTenuredUsed()
getTenuredUsed
in interface MemoryMXBean
public long getTenuredFree()
getTenuredFree
in interface MemoryMXBean
public long getGarbageCollectionTime()
getGarbageCollectionTime
in interface MemoryMXBean
public long getGarbageCollectionCount()
getGarbageCollectionCount
in interface MemoryMXBean