public class MemoryPool extends Object
This info is read once and then held for the lifetime of this object, because it could be expensive to calculate the values.
| Constructor and Description |
|---|
MemoryPool(String name,
long used,
long committed,
long max,
MemoryType type) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCommitted() |
long |
getMax() |
String |
getName() |
MemoryType |
getType() |
long |
getUsed() |
public MemoryPool(String name, long used, long committed, long max, MemoryType type)
public String getName()
public long getUsed()
public long getCommitted()
public long getMax()
public MemoryType getType()
Copyright © 2002-2024 Atlassian. All Rights Reserved.