|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GarbageCollectorStats
Garbage collector statistics for the JVM which current HazelcastInstance belongs to.
Shows major/minor collection counts and consumed CPU times.
MemoryStats| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
long getMajorCollectionCount()
getUnknownCollectionCount()long getMajorCollectionTime()
getUnknownCollectionTime()long getMinorCollectionCount()
getUnknownCollectionCount()long getMinorCollectionTime()
getUnknownCollectionTime()long getUnknownCollectionCount()
long getUnknownCollectionTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||