Uses of Class
com.atlassian.confluence.status.service.systeminfo.MemoryInfo.Bytes
-
Packages that use MemoryInfo.Bytes Package Description 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 Modifier and Type Method 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 Java8MemoryInfo.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 Java8MemoryInfo.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 Java8MemoryInfo.Bytes
MemoryInfo. getXms()
MemoryInfo.Bytes
MemoryInfo. getXmx()
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 Modifier and Type Method Description MemoryInfo.Bytes
MemoryInfo.Bytes. minus(MemoryInfo.Bytes b)
MemoryInfo.Bytes
MemoryInfo.Bytes. plus(MemoryInfo.Bytes b)
-