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.getAvailableHeap()
Gets the total heap still available to be used.
|
MemoryInfo.Bytes |
MemoryInfo.getAvailableNonHeap() |
MemoryInfo.Bytes |
MemoryInfo.getAvailablePermGen()
Deprecated.
since 5.10 because PermGen no longer exists in Java8
|
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.getMaxNonHeap() |
MemoryInfo.Bytes |
MemoryInfo.getMaxPermGen()
Deprecated.
since 5.10 because PermGen no longer exists in Java8
|
MemoryInfo.Bytes |
MemoryInfo.getUsedHeap()
Gets the amount of heap currently used by the JVM.
|
MemoryInfo.Bytes |
MemoryInfo.getUsedNonHeap() |
MemoryInfo.Bytes |
MemoryInfo.getUsedPermGen()
Deprecated.
since 5.10 because PermGen no longer exists in Java8
|
MemoryInfo.Bytes |
MemoryInfo.getXms() |
MemoryInfo.Bytes |
MemoryInfo.getXmx() |
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–2019 Atlassian. All rights reserved.