public class

MemoryPool

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

Class Overview

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.

Summary

Public Constructors
MemoryPool(String name, long used, long committed, long max, MemoryType type)
Public Methods
long getCommitted()
long getMax()
String getName()
MemoryType getType()
long getUsed()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

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

Public Methods

public long getCommitted ()

public long getMax ()

public String getName ()

public MemoryType getType ()

public long getUsed ()