public final class MemoryStatsSupport extends Object
Modifier and Type | Method and Description |
---|---|
static long |
freePhysicalMemory() |
static MemoryUsage |
getHeapMemoryUsage() |
static LocalMemoryStats |
getMemoryStats() |
static long |
totalPhysicalMemory() |
public static long totalPhysicalMemory()
public static long freePhysicalMemory()
public static MemoryUsage getHeapMemoryUsage()
public static LocalMemoryStats getMemoryStats()
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.