Uses of Interface
com.google.apphosting.runtime.timer.TimerSet
-
Packages that use TimerSet Package Description com.google.apphosting.runtime.timer -
-
Uses of TimerSet in com.google.apphosting.runtime.timer
Classes in com.google.apphosting.runtime.timer that implement TimerSet Modifier and Type Class Description class
AbstractSharedTimerSet
AbstractSharedTimerSet
tracks a single counter that is shared by all of theTimer
instances that are part of the set.class
JmxGcTimerSet
JmxGcTimerSet
creates timers that measures the amount of time spent in garbage collection while the timer was running.class
JmxHotspotTimerSet
JmxHotspotTimerSet
creates timers that measures the amount of time spent in Hotspot compilation while each timer was running.Constructors in com.google.apphosting.runtime.timer with parameters of type TimerSet Constructor Description TimerFactory(long cyclesPerSecond, TimerSet... timerSets)
Create aTimerFactory
.
-