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 classAbstractSharedTimerSetAbstractSharedTimerSettracks a single counter that is shared by all of theTimerinstances that are part of the set.classJmxGcTimerSetJmxGcTimerSetcreates timers that measures the amount of time spent in garbage collection while the timer was running.classJmxHotspotTimerSetJmxHotspotTimerSetcreates 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.
-