| com.tc.runtime.MemoryUsage
All known Subclasses: com.tc.runtime.Jdk15MemoryUsage,
MemoryUsage | public interface MemoryUsage (Code) | | |
getCollectionCount | public long getCollectionCount()(Code) | | - the number of times GC was executed (on this memory pool, if the usage is for a specific memory pool)since the beginning. -1 if this is not supported. |
getFreeMemory | public long getFreeMemory()(Code) | | |
getMaxMemory | public long getMaxMemory()(Code) | | |
getUsedMemory | public long getUsedMemory()(Code) | | |
getUsedPercentage | public int getUsedPercentage()(Code) | | |
|
|