Uses of Interface
com.google.appengine.setup.timer.Timer
Packages that use Timer
-
Uses of Timer in com.google.appengine.setup
Classes in com.google.appengine.setup that implement TimerModifier and TypeClassDescriptionclass
Minimal implementation of com.google.apphosting.runtime.timer.Timer using only the system clock.Methods in com.google.appengine.setup with parameters of type TimerModifier and TypeMethodDescriptionstatic ApiProxyEnvironment
ApiProxyEnvironment.createFromHeaders
(Map<String, String> envMap, HttpRequest request, String server, Timer wallTimer, Long millisUntilSoftDeadline) Constructors in com.google.appengine.setup with parameters of type TimerModifierConstructorDescriptionApiProxyEnvironment
(String server, String ticket, String appId, String service, String version, String instance, String email, boolean admin, String authDomain, Timer wallTimer, Long millisUntilSoftDeadline, Map<String, Object> attributes) Constructs a VM AppEngine API environment. -
Uses of Timer in com.google.appengine.setup.timer
Classes in com.google.appengine.setup.timer that implement TimerModifier and TypeClassDescriptionclass
AbstractIntervalTimer
is common base class forTimer
implementations that base measure the change in some value between the point where the timer is started and the point where the timer is stopped.