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