Interface JVMGarbageCollectorStats
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CountStatisticgetCollectionCount()Returns the total number of collections that have occurredCountStatisticgetCollectionTime()Returns the accumulated collection time in milliseconds-
Methods inherited from interface org.glassfish.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
-
-
-
-
Method Detail
-
getCollectionCount
CountStatistic getCollectionCount()
Returns the total number of collections that have occurred- Returns:
- CountStatistic total number of collections that occurred
-
getCollectionTime
CountStatistic getCollectionTime()
Returns the accumulated collection time in milliseconds- Returns:
- CountStatistic collection time in milliseconds
-
-