|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MemoryInfo.Bytes | |
|---|---|
| com.atlassian.confluence.status.service.systeminfo | |
| Uses of MemoryInfo.Bytes in com.atlassian.confluence.status.service.systeminfo |
|---|
| Methods in com.atlassian.confluence.status.service.systeminfo that return MemoryInfo.Bytes | |
|---|---|
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.getAvailablePermGen()
Gets the currently available permanent generation memory. |
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.getMaxPermGen()
Gets the maximum permanent generation memory allocation. |
MemoryInfo.Bytes |
MemoryInfo.getUsedHeap()
Gets the amount of heap currently used by the JVM. |
MemoryInfo.Bytes |
MemoryInfo.getUsedPermGen()
Gets the currently used permanent generation memory. |
MemoryInfo.Bytes |
MemoryInfo.Bytes.minus(MemoryInfo.Bytes b)
|
MemoryInfo.Bytes |
MemoryInfo.Bytes.plus(MemoryInfo.Bytes b)
|
| Methods in com.atlassian.confluence.status.service.systeminfo with parameters of type MemoryInfo.Bytes | |
|---|---|
MemoryInfo.Bytes |
MemoryInfo.Bytes.minus(MemoryInfo.Bytes b)
|
MemoryInfo.Bytes |
MemoryInfo.Bytes.plus(MemoryInfo.Bytes b)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||