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.BytesMemoryInfo. getAllocatedHeap()Gets the amount of heap currently allocated by the JVM.MemoryInfo.BytesMemoryInfo. getAvailableHeap()Gets the total heap still available to be used.MemoryInfo.BytesMemoryInfo. getAvailableNonHeap()MemoryInfo.BytesMemoryInfo. getAvailablePermGen()Deprecated.since 5.10 because PermGen no longer exists in Java8MemoryInfo.BytesMemoryInfo. getFreeAllocatedHeap()Gets the amount of currently allocated heap that has not been used.MemoryInfo.BytesMemoryInfo. getMaxHeap()Gets the maximum amount of heap the JVM is will allow to be allocated.MemoryInfo.BytesMemoryInfo. getMaxNonHeap()MemoryInfo.BytesMemoryInfo. getMaxPermGen()Deprecated.since 5.10 because PermGen no longer exists in Java8MemoryInfo.BytesMemoryInfo. getUsedHeap()Gets the amount of heap currently used by the JVM.MemoryInfo.BytesMemoryInfo. getUsedNonHeap()MemoryInfo.BytesMemoryInfo. getUsedPermGen()Deprecated.since 5.10 because PermGen no longer exists in Java8MemoryInfo.BytesMemoryInfo. getXms()MemoryInfo.BytesMemoryInfo. getXmx()MemoryInfo.BytesMemoryInfo.Bytes. minus(MemoryInfo.Bytes b)MemoryInfo.BytesMemoryInfo.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.BytesMemoryInfo.Bytes. minus(MemoryInfo.Bytes b)MemoryInfo.BytesMemoryInfo.Bytes. plus(MemoryInfo.Bytes b)
-