Class JmxGcTimerSet
java.lang.Object
com.google.apphosting.runtime.timer.AbstractSharedTimerSet
com.google.apphosting.runtime.timer.JmxGcTimerSet
- All Implemented Interfaces:
TimerSet
JmxGcTimerSet creates timers that measures the amount of
time spent in garbage collection while the timer was running.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected longReturns the current value of a counter that is shared by all timers created by callingAbstractSharedTimerSet.createTimer()on this instance.protected StringgetTitle()Implementations should provide a short, readable string to be included in thetoString()output of the timers that they create (e.g.Methods inherited from class com.google.apphosting.runtime.timer.AbstractSharedTimerSet
createTimer, getActiveCount
-
Constructor Details
-
JmxGcTimerSet
public JmxGcTimerSet()
-
-
Method Details
-
getTitle
Description copied from class:AbstractSharedTimerSetImplementations should provide a short, readable string to be included in thetoString()output of the timers that they create (e.g. "hotspot").- Specified by:
getTitlein classAbstractSharedTimerSet