Package com.atlassian.jira.util
Class MemoryPool
java.lang.Object
com.atlassian.jira.util.MemoryPool
Holds information about a particular MemoryPool in the JVM.
This info is read once and then held for the lifetime of this object, because it could be expensive to calculate the values.
-
Constructor Summary
ConstructorsConstructorDescriptionMemoryPool(String name, long used, long committed, long max, MemoryType type) -
Method Summary
-
Constructor Details
-
MemoryPool
-
-
Method Details
-
getName
-
getUsed
public long getUsed() -
getCommitted
public long getCommitted() -
getMax
public long getMax() -
getType
-