Skip navigation links
A B C D E F G H I L M N O P R S T U V 

A

AbstractIntervalTimer - Class in com.google.apphosting.runtime.timer
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.
AbstractIntervalTimer() - Constructor for class com.google.apphosting.runtime.timer.AbstractIntervalTimer
 
addLogRecord(ApiProxy.LogRecord) - Method in class com.google.apphosting.vmruntime.VmApiProxyEnvironment
 
API_DEADLINE_KEY - Static variable in class com.google.apphosting.vmruntime.VmApiProxyDelegate
 
AppEngineFilter - Class in net.codestory.http.appengine
 
AppEngineFilter() - Constructor for class net.codestory.http.appengine.AppEngineFilter
 
apply(String, Context, PayloadSupplier) - Method in class net.codestory.http.appengine.AppEngineFilter
 
AUTH_DOMAIN_HEADER - Static variable in class com.google.apphosting.vmruntime.VmApiProxyEnvironment
 

B

BACKEND_ATTRIBUTE - Static variable in class com.google.apphosting.vmruntime.VmApiProxyEnvironment
 

C

com.google.apphosting.runtime.timer - package com.google.apphosting.runtime.timer
 
com.google.apphosting.utils.http - package com.google.apphosting.utils.http
 
com.google.apphosting.vmruntime - package com.google.apphosting.vmruntime
 
createFromHeaders(Map<String, String>, VmMetadataCache, HttpRequest, String, Timer, Long) - Static method in class com.google.apphosting.vmruntime.VmApiProxyEnvironment
 
cumulativeTime - Variable in class com.google.apphosting.runtime.timer.AbstractIntervalTimer
 

D

DEFAULT_META_DATA_SERVER - Static variable in class com.google.apphosting.vmruntime.VmMetadataCache
The meta-data server's URL prefix.
defaultTimeoutMs - Variable in class com.google.apphosting.vmruntime.VmApiProxyDelegate
 

E

EMAIL_HEADER - Static variable in class com.google.apphosting.vmruntime.VmApiProxyEnvironment
 
executor - Variable in class com.google.apphosting.vmruntime.VmApiProxyDelegate
 

F

flushLogs(VmApiProxyEnvironment) - Method in class com.google.apphosting.vmruntime.VmApiProxyDelegate
 
flushLogs() - Method in class com.google.apphosting.vmruntime.VmApiProxyEnvironment
 

G

getApiServerAddress() - Static method in class com.google.apphosting.vmruntime.VmRuntimeUtils
Returns the host:port of the API server.
getAppId() - Method in class com.google.apphosting.vmruntime.VmApiProxyEnvironment
 
getAttributes() - Method in class com.google.apphosting.vmruntime.VmApiProxyEnvironment
 
getAuthDomain() - Method in class com.google.apphosting.vmruntime.VmApiProxyEnvironment
 
getCurrent() - Method in class com.google.apphosting.runtime.timer.AbstractIntervalTimer
 
getCurrent() - Method in class com.google.apphosting.vmruntime.VmTimer
 
getEmail() - Method in class com.google.apphosting.vmruntime.VmApiProxyEnvironment
 
getHeader(String) - Method in interface com.google.apphosting.utils.http.HttpRequest
 
getMetadata(String) - Method in class com.google.apphosting.vmruntime.VmMetadataCache
Returns the value of the VM's meta-data attribute, or null if retrieval has failed.
getMetadataFromServer(String) - Method in class com.google.apphosting.vmruntime.VmMetadataCache
Retrieves the specified path from the VM's meta-data server.
getModuleId() - Method in class com.google.apphosting.vmruntime.VmApiProxyEnvironment
 
getNanoseconds() - Method in class com.google.apphosting.runtime.timer.AbstractIntervalTimer
 
getNanoseconds() - Method in interface com.google.apphosting.runtime.timer.Timer
 
getRatio() - Method in class com.google.apphosting.runtime.timer.AbstractIntervalTimer
The fraction of the change in the underlying counter which will be attributed to this timer.
getRemainingMillis() - Method in class com.google.apphosting.vmruntime.VmApiProxyEnvironment
 
getRequestNamespace() - Method in class com.google.apphosting.vmruntime.VmApiProxyEnvironment
Deprecated.
getRequestThreads(VmApiProxyEnvironment) - Method in class com.google.apphosting.vmruntime.VmApiProxyDelegate
 
getRequestThreads() - Method in class com.google.apphosting.vmruntime.VmRequestThreadFactory
Returns an immutable copy of the current request thread list.
getServer() - Method in class com.google.apphosting.vmruntime.VmApiProxyEnvironment
 
getTicket() - Method in class com.google.apphosting.vmruntime.VmApiProxyEnvironment
 
getVersionId() - Method in class com.google.apphosting.vmruntime.VmApiProxyEnvironment
 

H

httpclient - Variable in class com.google.apphosting.vmruntime.VmApiProxyDelegate
 
HttpRequest - Interface in com.google.apphosting.utils.http
 

I

INSTANCE_ATTRIBUTE - Static variable in class com.google.apphosting.vmruntime.VmApiProxyEnvironment
 
IS_ADMIN_HEADER - Static variable in class com.google.apphosting.vmruntime.VmApiProxyEnvironment
 
isAdmin() - Method in class com.google.apphosting.vmruntime.VmApiProxyEnvironment
 
isLoggedIn() - Method in class com.google.apphosting.vmruntime.VmApiProxyEnvironment
 

L

log(VmApiProxyEnvironment, ApiProxy.LogRecord) - Method in class com.google.apphosting.vmruntime.VmApiProxyDelegate
 

M

makeAsyncCall(VmApiProxyEnvironment, String, String, byte[], ApiProxy.ApiConfig) - Method in class com.google.apphosting.vmruntime.VmApiProxyDelegate
 
makeSyncCall(VmApiProxyEnvironment, String, String, byte[]) - Method in class com.google.apphosting.vmruntime.VmApiProxyDelegate
 
matches(String, Context) - Method in class net.codestory.http.appengine.AppEngineFilter
 
MAX_USER_API_CALL_WAIT_MS - Static variable in class com.google.apphosting.vmruntime.VmRuntimeUtils
 
META_DATA_PATTERN - Static variable in class com.google.apphosting.vmruntime.VmMetadataCache
 

N

net.codestory.http.appengine - package net.codestory.http.appengine
 
newThread(Runnable) - Method in class com.google.apphosting.vmruntime.VmRequestThreadFactory
Create a new Thread that executes runnable for the duration of the current request.

O

ONE_DAY_IN_MILLIS - Static variable in class com.google.apphosting.vmruntime.VmRuntimeUtils
 
openConnection(String) - Method in class com.google.apphosting.vmruntime.VmMetadataCache
Returns an HTTP URL connection to read the value of the specified attribute.

P

PARTITION_ATTRIBUTE - Static variable in class com.google.apphosting.vmruntime.VmApiProxyEnvironment
 
PROJECT_ATTRIBUTE - Static variable in class com.google.apphosting.vmruntime.VmApiProxyEnvironment
 

R

REQUEST_ENDPOINT - Static variable in class com.google.apphosting.vmruntime.VmApiProxyDelegate
 
REQUEST_STUB_ID - Static variable in class com.google.apphosting.vmruntime.VmApiProxyDelegate
 
REQUEST_STUB_METHOD - Static variable in class com.google.apphosting.vmruntime.VmApiProxyDelegate
 
RPC_DEADLINE_HEADER - Static variable in class com.google.apphosting.vmruntime.VmApiProxyDelegate
 
RPC_METHOD_HEADER - Static variable in class com.google.apphosting.vmruntime.VmApiProxyDelegate
 
RPC_STUB_ID_HEADER - Static variable in class com.google.apphosting.vmruntime.VmApiProxyDelegate
 
running - Variable in class com.google.apphosting.runtime.timer.AbstractIntervalTimer
 
runSyncCall(VmApiProxyEnvironment, String, String, byte[], int) - Method in class com.google.apphosting.vmruntime.VmApiProxyDelegate
 

S

start() - Method in class com.google.apphosting.runtime.timer.AbstractIntervalTimer
 
start() - Method in interface com.google.apphosting.runtime.timer.Timer
 
startTime - Variable in class com.google.apphosting.runtime.timer.AbstractIntervalTimer
 
stop() - Method in class com.google.apphosting.runtime.timer.AbstractIntervalTimer
 
stop() - Method in interface com.google.apphosting.runtime.timer.Timer
 

T

TICKET_HEADER - Static variable in class com.google.apphosting.vmruntime.VmApiProxyEnvironment
 
Timer - Interface in com.google.apphosting.runtime.timer
 

U

update() - Method in class com.google.apphosting.runtime.timer.AbstractIntervalTimer
 
update(long) - Method in class com.google.apphosting.runtime.timer.AbstractIntervalTimer
 
update() - Method in interface com.google.apphosting.runtime.timer.Timer
 

V

VERSION_ATTRIBUTE - Static variable in class com.google.apphosting.vmruntime.VmApiProxyEnvironment
 
VmApiProxyDelegate - Class in com.google.apphosting.vmruntime
Delegates AppEngine API calls to a local http API proxy when running inside a VM.
VmApiProxyDelegate() - Constructor for class com.google.apphosting.vmruntime.VmApiProxyDelegate
 
VmApiProxyEnvironment - Class in com.google.apphosting.vmruntime
Implements the ApiProxy environment when running in a Google Compute Engine VM.
VmMetadataCache - Class in com.google.apphosting.vmruntime
A class to retrieve and cache the meta-data of a VM running in Google's Compute Engine.
VmMetadataCache() - Constructor for class com.google.apphosting.vmruntime.VmMetadataCache
 
VmRequestThreadFactory - Class in com.google.apphosting.vmruntime
Thread factory creating threads with a request specific thread local environment.
VmRequestThreadFactory(ApiProxy.Environment) - Constructor for class com.google.apphosting.vmruntime.VmRequestThreadFactory
Create a new VmRequestThreadFactory.
VmRuntimeUtils - Class in com.google.apphosting.vmruntime
 
VmRuntimeUtils() - Constructor for class com.google.apphosting.vmruntime.VmRuntimeUtils
 
VmTimer - Class in com.google.apphosting.vmruntime
Minimal implementation of com.google.apphosting.runtime.timer.Timer using only the system clock.
VmTimer() - Constructor for class com.google.apphosting.vmruntime.VmTimer
 
A B C D E F G H I L M N O P R S T U V 
Skip navigation links

Copyright © 2014. All Rights Reserved.