Class MemoryPool

java.lang.Object
com.atlassian.jira.util.MemoryPool

public class MemoryPool extends Object
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 Details

    • MemoryPool

      public MemoryPool(String name, long used, long committed, long max, MemoryType type)
  • Method Details

    • getName

      public String getName()
    • getUsed

      public long getUsed()
    • getCommitted

      public long getCommitted()
    • getMax

      public long getMax()
    • getType

      public MemoryType getType()