public class DefaultGarbageCollectorStats extends Object implements GarbageCollectorStats
| Constructor and Description | 
|---|
DefaultGarbageCollectorStats()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
String | 
toString()  | 
public long getMajorCollectionCount()
GarbageCollectorStatsgetMajorCollectionCount in interface GarbageCollectorStatsGarbageCollectorStats.getUnknownCollectionCount()public long getMajorCollectionTime()
GarbageCollectorStatsgetMajorCollectionTime in interface GarbageCollectorStatsGarbageCollectorStats.getUnknownCollectionTime()public long getMinorCollectionCount()
GarbageCollectorStatsgetMinorCollectionCount in interface GarbageCollectorStatsGarbageCollectorStats.getUnknownCollectionCount()public long getMinorCollectionTime()
GarbageCollectorStatsgetMinorCollectionTime in interface GarbageCollectorStatsGarbageCollectorStats.getUnknownCollectionTime()public long getUnknownCollectionCount()
GarbageCollectorStatsgetUnknownCollectionCount in interface GarbageCollectorStatspublic long getUnknownCollectionTime()
GarbageCollectorStatsgetUnknownCollectionTime in interface GarbageCollectorStatsCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.