Uses of Class
com.atlassian.confluence.status.service.systeminfo.MemoryInfo.Bytes
Packages that use MemoryInfo.Bytes
-
Uses of MemoryInfo.Bytes in com.atlassian.confluence.status.service.systeminfo
Methods in com.atlassian.confluence.status.service.systeminfo that return MemoryInfo.BytesModifier and TypeMethodDescriptionMemoryInfo.getAllocatedHeap()
Gets the amount of heap currently allocated by the JVM.MemoryInfo.getAvailableHeap()
Gets the total heap still available to be used.MemoryInfo.getAvailableNonHeap()
MemoryInfo.getAvailablePermGen()
Deprecated.since 5.10 because PermGen no longer exists in Java8MemoryInfo.getFreeAllocatedHeap()
Gets the amount of currently allocated heap that has not been used.MemoryInfo.getMaxHeap()
Gets the maximum amount of heap the JVM is will allow to be allocated.MemoryInfo.getMaxNonHeap()
MemoryInfo.getMaxPermGen()
Deprecated.since 5.10 because PermGen no longer exists in Java8MemoryInfo.getUsedHeap()
Gets the amount of heap currently used by the JVM.MemoryInfo.getUsedNonHeap()
MemoryInfo.getUsedPermGen()
Deprecated.since 5.10 because PermGen no longer exists in Java8MemoryInfo.getXms()
MemoryInfo.getXmx()
MemoryInfo.Bytes.minus
(MemoryInfo.Bytes b) MemoryInfo.Bytes.plus
(MemoryInfo.Bytes b) Methods in com.atlassian.confluence.status.service.systeminfo with parameters of type MemoryInfo.BytesModifier and TypeMethodDescriptionMemoryInfo.Bytes.minus
(MemoryInfo.Bytes b) MemoryInfo.Bytes.plus
(MemoryInfo.Bytes b)