public class LocalMemoryStatsImpl extends Object implements LocalMemoryStats
STAT_NOT_AVAILABLE| Constructor and Description |
|---|
LocalMemoryStatsImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
void |
fromJson(com.eclipsesource.json.JsonObject json) |
long |
getCommittedHeap() |
long |
getCommittedNativeMemory() |
long |
getCreationTime() |
long |
getFreeHeap() |
long |
getFreeNativeMemory() |
long |
getFreePhysical() |
LocalGCStats |
getGCStats() |
long |
getMaxHeap() |
long |
getMaxNativeMemory() |
long |
getTotalPhysical() |
long |
getUsedHeap() |
long |
getUsedNativeMemory() |
int |
hashCode() |
void |
setCommittedHeap(long committedHeap) |
void |
setCommittedNativeMemory(long allocated) |
void |
setFreeNativeMemory(long freeNativeMemory) |
void |
setFreePhysical(long freePhysical) |
void |
setGcStats(LocalGCStats gcStats) |
void |
setMaxHeap(long maxHeap) |
void |
setMaxNativeMemory(long maxNativeMemory) |
void |
setTotalPhysical(long totalPhysical) |
void |
setUsedHeap(long usedHeap) |
void |
setUsedNativeMemory(long used) |
com.eclipsesource.json.JsonObject |
toJson() |
String |
toString() |
public long getTotalPhysical()
getTotalPhysical in interface LocalMemoryStatspublic void setTotalPhysical(long totalPhysical)
public long getFreePhysical()
getFreePhysical in interface LocalMemoryStatspublic void setFreePhysical(long freePhysical)
public long getMaxNativeMemory()
getMaxNativeMemory in interface LocalMemoryStatspublic void setMaxNativeMemory(long maxNativeMemory)
public long getCommittedNativeMemory()
getCommittedNativeMemory in interface LocalMemoryStatspublic void setCommittedNativeMemory(long allocated)
public long getUsedNativeMemory()
getUsedNativeMemory in interface LocalMemoryStatspublic void setUsedNativeMemory(long used)
public long getFreeNativeMemory()
getFreeNativeMemory in interface LocalMemoryStatspublic void setFreeNativeMemory(long freeNativeMemory)
public long getMaxHeap()
getMaxHeap in interface LocalMemoryStatspublic long getCommittedHeap()
getCommittedHeap in interface LocalMemoryStatspublic long getUsedHeap()
getUsedHeap in interface LocalMemoryStatspublic void setMaxHeap(long maxHeap)
public void setCommittedHeap(long committedHeap)
public void setUsedHeap(long usedHeap)
public long getFreeHeap()
getFreeHeap in interface LocalMemoryStatspublic LocalGCStats getGCStats()
getGCStats in interface LocalMemoryStatspublic void setGcStats(LocalGCStats gcStats)
public long getCreationTime()
getCreationTime in interface LocalInstanceStatspublic com.eclipsesource.json.JsonObject toJson()
toJson in interface JsonSerializablepublic void fromJson(com.eclipsesource.json.JsonObject json)
fromJson in interface JsonSerializableCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.