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