com.hazelcast.memory
Class MemoryStatsSupport
java.lang.Object
com.hazelcast.memory.MemoryStatsSupport
public final class MemoryStatsSupport
- extends Object
This class provides heap usage statistics
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
totalPhysicalMemory
public static long totalPhysicalMemory()
freePhysicalMemory
public static long freePhysicalMemory()
totalSwapSpace
public static long totalSwapSpace()
freeSwapSpace
public static long freeSwapSpace()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.