|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.metrics.codahale_metrics.metrics.core.VirtualMachineMetrics.GarbageCollectorStats
public static class VirtualMachineMetrics.GarbageCollectorStats
Per-GC statistics.
Method Summary | |
---|---|
long |
getRuns()
Returns the number of times the garbage collector has run. |
long |
getTime(java.util.concurrent.TimeUnit unit)
Returns the amount of time in the given unit the garbage collector has taken in total. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public long getRuns()
public long getTime(java.util.concurrent.TimeUnit unit)
unit
- the time unit for the return value
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |