Uses of Interface
com.google.apphosting.runtime.timer.TimerSet
Packages that use TimerSet
-
Uses of TimerSet in com.google.apphosting.runtime.timer
Classes in com.google.apphosting.runtime.timer that implement TimerSetModifier and TypeClassDescriptionclass
AbstractSharedTimerSet
tracks a single counter that is shared by all of theTimer
instances that are part of the set.class
JmxGcTimerSet
creates timers that measures the amount of time spent in garbage collection while the timer was running.class
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 TimerSetModifierConstructorDescriptionTimerFactory
(long cyclesPerSecond, TimerSet... timerSets) Create aTimerFactory
.