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()
GarbageCollectorStats
getMajorCollectionCount
in interface GarbageCollectorStats
GarbageCollectorStats.getUnknownCollectionCount()
public long getMajorCollectionTime()
GarbageCollectorStats
getMajorCollectionTime
in interface GarbageCollectorStats
GarbageCollectorStats.getUnknownCollectionTime()
public long getMinorCollectionCount()
GarbageCollectorStats
getMinorCollectionCount
in interface GarbageCollectorStats
GarbageCollectorStats.getUnknownCollectionCount()
public long getMinorCollectionTime()
GarbageCollectorStats
getMinorCollectionTime
in interface GarbageCollectorStats
GarbageCollectorStats.getUnknownCollectionTime()
public long getUnknownCollectionCount()
GarbageCollectorStats
getUnknownCollectionCount
in interface GarbageCollectorStats
public long getUnknownCollectionTime()
GarbageCollectorStats
getUnknownCollectionTime
in interface GarbageCollectorStats
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.