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 LocalMemoryStats
public void setTotalPhysical(long totalPhysical)
public long getFreePhysical()
getFreePhysical
in interface LocalMemoryStats
public void setFreePhysical(long freePhysical)
public long getMaxNativeMemory()
getMaxNativeMemory
in interface LocalMemoryStats
public void setMaxNativeMemory(long maxNativeMemory)
public long getCommittedNativeMemory()
getCommittedNativeMemory
in interface LocalMemoryStats
public void setCommittedNativeMemory(long allocated)
public long getUsedNativeMemory()
getUsedNativeMemory
in interface LocalMemoryStats
public void setUsedNativeMemory(long used)
public long getFreeNativeMemory()
getFreeNativeMemory
in interface LocalMemoryStats
public void setFreeNativeMemory(long freeNativeMemory)
public long getMaxHeap()
getMaxHeap
in interface LocalMemoryStats
public long getCommittedHeap()
getCommittedHeap
in interface LocalMemoryStats
public long getUsedHeap()
getUsedHeap
in interface LocalMemoryStats
public void setMaxHeap(long maxHeap)
public void setCommittedHeap(long committedHeap)
public void setUsedHeap(long usedHeap)
public long getFreeHeap()
getFreeHeap
in interface LocalMemoryStats
public LocalGCStats getGCStats()
getGCStats
in interface LocalMemoryStats
public void setGcStats(LocalGCStats gcStats)
public long getCreationTime()
getCreationTime
in interface LocalInstanceStats
public com.eclipsesource.json.JsonObject toJson()
toJson
in interface JsonSerializable
public void fromJson(com.eclipsesource.json.JsonObject json)
fromJson
in interface JsonSerializable
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.