| Package | Description |
|---|---|
| com.atlassian.confluence.status.service.systeminfo |
| Modifier and Type | Method and Description |
|---|---|
MemoryInfo.Bytes |
MemoryInfo.getAllocatedHeap()
Gets the amount of heap currently allocated by the JVM.
|
MemoryInfo.Bytes |
MemoryInfo.getAllocatedMetaspace()
Gets the allocated Metaspace memory.
|
MemoryInfo.Bytes |
MemoryInfo.getAvailableHeap()
Gets the total heap still available to be used.
|
MemoryInfo.Bytes |
MemoryInfo.getFreeAllocatedHeap()
Gets the amount of currently allocated heap that has not been used.
|
MemoryInfo.Bytes |
MemoryInfo.getMaxHeap()
Gets the maximum amount of heap the JVM is will allow to be allocated.
|
MemoryInfo.Bytes |
MemoryInfo.getMaxMetaspace()
Gets the maximum Metaspace memory pool size.
|
MemoryInfo.Bytes |
MemoryInfo.getUsedHeap()
Gets the amount of heap currently used by the JVM.
|
MemoryInfo.Bytes |
MemoryInfo.getUsedMetaspace()
Gets the currently used Metaspace memory pool size.
|
MemoryInfo.Bytes |
MemoryInfo.Bytes.minus(MemoryInfo.Bytes b) |
MemoryInfo.Bytes |
MemoryInfo.Bytes.plus(MemoryInfo.Bytes b) |
| Modifier and Type | Method and Description |
|---|---|
MemoryInfo.Bytes |
MemoryInfo.Bytes.minus(MemoryInfo.Bytes b) |
MemoryInfo.Bytes |
MemoryInfo.Bytes.plus(MemoryInfo.Bytes b) |
Copyright © 2003–2017 Atlassian. All rights reserved.