| Package | Description |
|---|---|
| com.google.apphosting.runtime.timer | |
| com.google.apphosting.vmruntime |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIntervalTimer
AbstractIntervalTimer is common base class for Timer 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
VmTimer
Minimal implementation of com.google.apphosting.runtime.timer.Timer using only the system clock.
|
| Modifier and Type | Method and Description |
|---|---|
static VmApiProxyEnvironment |
VmApiProxyEnvironment.createFromHeaders(Map<String,String> envMap,
VmMetadataCache cache,
HttpRequest request,
String server,
Timer wallTimer,
Long millisUntilSoftDeadline) |
Copyright © 2014. All Rights Reserved.