Skip navigation links
C E G I N R S V 

C

CachingRemoteApiInstaller - Class in com.google.appengine.tools.remoteapi
Caches the remote api client globally so we don't perform auth every time we install.
CachingRemoteApiInstaller() - Constructor for class com.google.appengine.tools.remoteapi.CachingRemoteApiInstaller
 
call() - Method in class com.googlecode.objectify.remotely.VoidCallable
 
cancel(boolean) - Method in class com.googlecode.objectify.remotely.Now
 
com.google.appengine.tools.remoteapi - package com.google.appengine.tools.remoteapi
 
com.googlecode.objectify.remotely - package com.googlecode.objectify.remotely
 
create(Object) - Static method in class com.googlecode.objectify.remotely.RemoteWrapper
 

E

execute(Callable<R>) - Static method in class com.googlecode.objectify.remotely.Remotely
Execute the work against a remote datastore.
execute(Callable<T>) - Method in class com.googlecode.objectify.remotely.Remoter
 

G

get() - Method in class com.googlecode.objectify.remotely.Now
 
get(long, TimeUnit) - Method in class com.googlecode.objectify.remotely.Now
 

I

invoke(Object, Method, Object[]) - Method in class com.googlecode.objectify.remotely.RemoteWrapper
 
isCancelled() - Method in class com.googlecode.objectify.remotely.Now
 
isDone() - Method in class com.googlecode.objectify.remotely.Now
 
isEnabled() - Static method in class com.googlecode.objectify.remotely.Remotely
 

N

Now<T> - Class in com.googlecode.objectify.remotely
 
Now() - Constructor for class com.googlecode.objectify.remotely.Now
 

R

Remotely - Class in com.googlecode.objectify.remotely
 
Remotely() - Constructor for class com.googlecode.objectify.remotely.Remotely
 
Remoter - Class in com.googlecode.objectify.remotely
Works like the RemoteApiInstaller, but caches the ApiProxy in a thread local so that each installation does not require reauthentication.
Remoter() - Constructor for class com.googlecode.objectify.remotely.Remoter
 
RemoteWrapper - Class in com.googlecode.objectify.remotely
Dynamic proxy that covers a wide variety of things in the possible chain of execution for a datastore call.
RemoteWrapper() - Constructor for class com.googlecode.objectify.remotely.RemoteWrapper
 
run() - Method in class com.googlecode.objectify.remotely.VoidCallable
 

S

setOptions(RemoteApiOptions) - Static method in class com.googlecode.objectify.remotely.Remotely
 

V

VoidCallable - Class in com.googlecode.objectify.remotely
Using Callable is annoying because you must return a value from the run() method.
VoidCallable() - Constructor for class com.googlecode.objectify.remotely.VoidCallable
 
C E G I N R S V 
Skip navigation links

Copyright © 2014. All rights reserved.