| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hazelcast.monitor.impl.LocalGCStatsImpl
public class LocalGCStatsImpl
| Field Summary | 
|---|
| Fields inherited from interface com.hazelcast.monitor.LocalInstanceStats | 
|---|
| STAT_NOT_AVAILABLE | 
| Constructor Summary | |
|---|---|
| LocalGCStatsImpl() | |
| LocalGCStatsImpl(GarbageCollectorStats gcStats) | |
| Method Summary | |
|---|---|
|  boolean | equals(Object o) | 
|  void | fromJson(com.eclipsesource.json.JsonObject json) | 
|  long | getCreationTime() | 
|  long | getMajorCollectionCount()Returns major collection count. | 
|  long | getMajorCollectionTime()Returns total major collection time in ms. | 
|  long | getMinorCollectionCount()Returns minor collection count. | 
|  long | getMinorCollectionTime()Returns total minor collection time in ms. | 
|  long | getUnknownCollectionCount()Returns collection count which cannot be identified as major or minor. | 
|  long | getUnknownCollectionTime()Returns total collection time which cannot be identified as major or minor. | 
|  int | hashCode() | 
|  void | setMajorCount(long majorCount) | 
|  void | setMajorTime(long majorTime) | 
|  void | setMinorCount(long minorCount) | 
|  void | setMinorTime(long minorTime) | 
|  void | setUnknownCount(long unknownCount) | 
|  void | setUnknownTime(long unknownTime) | 
|  com.eclipsesource.json.JsonObject | toJson() | 
|  String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public LocalGCStatsImpl()
public LocalGCStatsImpl(GarbageCollectorStats gcStats)
| Method Detail | 
|---|
public long getMajorCollectionCount()
GarbageCollectorStats
getMajorCollectionCount in interface GarbageCollectorStatsGarbageCollectorStats.getUnknownCollectionCount()public long getMajorCollectionTime()
GarbageCollectorStats
getMajorCollectionTime in interface GarbageCollectorStatsGarbageCollectorStats.getUnknownCollectionTime()public long getMinorCollectionCount()
GarbageCollectorStats
getMinorCollectionCount in interface GarbageCollectorStatsGarbageCollectorStats.getUnknownCollectionCount()public long getMinorCollectionTime()
GarbageCollectorStats
getMinorCollectionTime in interface GarbageCollectorStatsGarbageCollectorStats.getUnknownCollectionTime()public long getUnknownCollectionCount()
GarbageCollectorStats
getUnknownCollectionCount in interface GarbageCollectorStatspublic long getUnknownCollectionTime()
GarbageCollectorStats
getUnknownCollectionTime in interface GarbageCollectorStatspublic void setMinorCount(long minorCount)
public void setMinorTime(long minorTime)
public void setMajorCount(long majorCount)
public void setMajorTime(long majorTime)
public void setUnknownCount(long unknownCount)
public void setUnknownTime(long unknownTime)
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 JsonSerializablepublic String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||