com.hazelcast.memory
Class MemoryStatsSupport

java.lang.Object
  extended by com.hazelcast.memory.MemoryStatsSupport

public final class MemoryStatsSupport
extends Object

This class provides heap usage statistics


Method Summary
static long freePhysicalMemory()
           
static long freeSwapSpace()
           
static long totalPhysicalMemory()
           
static long totalSwapSpace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.