- leave(InetAddress) - Method in class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
-
- leaveGroup(SocketAddress, NetworkInterface) - Method in class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
-
- listen(ListenRequest) - Method in class com.google.appengine.api.socket.dev.LocalDatagramSocket
-
- listen(Status, ListenRequest) - Method in class com.google.appengine.api.socket.dev.LocalSocketService
-
- listSubscriptions(Status, ListSubscriptionsRequest) - Method in class com.google.appengine.api.prospectivesearch.dev.LocalSearchService
-
Return a list of subscriptions encapsulated in
ListSubscriptionsResponse that match the given
ListSubscriptionsRequest constraints on subscription topic, id
and expiry.
- listTopics(Status, ListTopicsRequest) - Method in class com.google.appengine.api.prospectivesearch.dev.LocalSearchService
-
List all topics from a given offset to a given limit.
- LocalAppIdentityServiceTestConfig - Class in com.google.appengine.tools.development.testing
-
Config for accessing the local app identity service in tests.
- LocalAppIdentityServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalAppIdentityServiceTestConfig
-
- LocalBasementServiceTestConfig - Class in com.google.appengine.tools.development.testing
-
Config for accessing the LocalBasementService in tests.
- LocalBasementServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
-
- LocalBlobstoreServiceTestConfig - Class in com.google.appengine.tools.development.testing
-
Config for accessing the local blobstore service in tests.
- LocalBlobstoreServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalBlobstoreServiceTestConfig
-
- LocalCapabilitiesServiceTestConfig - Class in com.google.appengine.tools.development.testing
-
Config for accessing the local capabilities service in tests.
- LocalCapabilitiesServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalCapabilitiesServiceTestConfig
-
- LocalChannelServiceTestConfig - Class in com.google.appengine.tools.development.testing
-
Config for accessing the local channel service in tests.
- LocalChannelServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalChannelServiceTestConfig
-
- LocalConversionService - Class in com.google.appengine.api.conversion.dev
-
A stub for the ConversionService API for offline development.
- LocalConversionService() - Constructor for class com.google.appengine.api.conversion.dev.LocalConversionService
-
- LocalConversionServiceTestConfig - Class in com.google.appengine.tools.development.testing
-
Config for accessing the local Conversion service in tests.
- LocalConversionServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalConversionServiceTestConfig
-
- LocalDatagramSocket - Class in com.google.appengine.api.socket.dev
-
Implements the actual datagram socket support for the dev server.
- LocalDatastoreServiceTestConfig - Class in com.google.appengine.tools.development.testing
-
Config for accessing the local datastore service in tests.
- LocalDatastoreServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
-
- LocalFileServiceTestConfig - Class in com.google.appengine.tools.development.testing
-
Config for accessing the local file service in tests.
- LocalFileServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalFileServiceTestConfig
-
- LocalImagesServiceTestConfig - Class in com.google.appengine.tools.development.testing
-
Config for accessing the local images service in tests.
- LocalImagesServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalImagesServiceTestConfig
-
- LocalMailServiceTestConfig - Class in com.google.appengine.tools.development.testing
-
Config for accessing the local mail service in tests.
- LocalMailServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalMailServiceTestConfig
-
- LocalMemcacheServiceTestConfig - Class in com.google.appengine.tools.development.testing
-
Config for accessing the local memcache service in tests.
- LocalMemcacheServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalMemcacheServiceTestConfig
-
- LocalMemcacheServiceTestConfig.SizeUnit - Enum in com.google.appengine.tools.development.testing
-
- LocalProspectiveSearchServiceTestConfig - Class in com.google.appengine.tools.development.testing
-
Config for accessing the local prospective search service in tests.
- LocalProspectiveSearchServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalProspectiveSearchServiceTestConfig
-
- LocalRdbmsServiceTestConfig - Class in com.google.appengine.tools.development.testing
-
Config for accessing the local RDBMS service in tests.
- LocalRdbmsServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalRdbmsServiceTestConfig
-
- LocalSearchService - Class in com.google.appengine.api.prospectivesearch.dev
-
Local Prospective Search service using in-memory O(n) subscription
management.
- LocalSearchService() - Constructor for class com.google.appengine.api.prospectivesearch.dev.LocalSearchService
-
- LocalServiceTestConfig - Interface in com.google.appengine.tools.development.testing
-
Config for a local service that can be set up and torn down.
- LocalServiceTestHelper - Class in com.google.appengine.tools.development.testing
-
Helper class for testing against local app engine services.
- LocalServiceTestHelper(LocalServiceTestConfig...) - Constructor for class com.google.appengine.tools.development.testing.LocalServiceTestHelper
-
Constructs a LocalServiceTestHelper with the provided configurations.
- LocalServiceTestHelper.RequestMillisTimer - Interface in com.google.appengine.tools.development.testing
-
- LocalSocketService - Class in com.google.appengine.api.socket.dev
-
- LocalSocketService() - Constructor for class com.google.appengine.api.socket.dev.LocalSocketService
-
- LocalTaskQueueTestConfig - Class in com.google.appengine.tools.development.testing
-
Config for accessing the local task queue in tests.
- LocalTaskQueueTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
-
- LocalTaskQueueTestConfig.DeferredTaskCallback - Class in com.google.appengine.tools.development.testing
-
A LocalTaskQueueCallback implementation that automatically detects
and runs tasks with a DeferredTask payload.
- LocalTaskQueueTestConfig.DeferredTaskCallback() - Constructor for class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.DeferredTaskCallback
-
- LocalTaskQueueTestConfig.TaskCountDownLatch - Class in com.google.appengine.tools.development.testing
-
A CountDownLatch extension that can be reset.
- LocalTaskQueueTestConfig.TaskCountDownLatch(int) - Constructor for class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.TaskCountDownLatch
-
- LocalURLFetchServiceTestConfig - Class in com.google.appengine.tools.development.testing
-
Config for accessing the local url fetch service in tests.
- LocalURLFetchServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalURLFetchServiceTestConfig
-
- LocalUserServiceTestConfig - Class in com.google.appengine.tools.development.testing
-
Config for accessing the local user service in tests.
- LocalUserServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalUserServiceTestConfig
-
- LocalXMPPService - Class in com.google.appengine.api.xmpp.dev
-
Java bindings for the local XMPP service.
- LocalXMPPService() - Constructor for class com.google.appengine.api.xmpp.dev.LocalXMPPService
-
- LocalXMPPServiceTestConfig - Class in com.google.appengine.tools.development.testing
-
Config for accessing the local xmpp service in tests.
- LocalXMPPServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalXMPPServiceTestConfig
-
- send(DatagramPacket) - Method in class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
-
- send(SendRequest) - Method in class com.google.appengine.api.socket.dev.LocalDatagramSocket
-
- send(Status, SendRequest) - Method in class com.google.appengine.api.socket.dev.LocalSocketService
-
- sendInvite(Status, XmppInviteRequest) - Method in class com.google.appengine.api.xmpp.dev.LocalXMPPService
-
- sendMessage(Status, XmppMessageRequest) - Method in class com.google.appengine.api.xmpp.dev.LocalXMPPService
-
- sendPresence(Status, XmppSendPresenceRequest) - Method in class com.google.appengine.api.xmpp.dev.LocalXMPPService
-
- setAlternateHighRepJobPolicyClass(Class<? extends HighRepJobPolicy>) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
-
An alternate HighRepJobPolicy implementation.
- setApplyAllHighRepJobPolicy() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
-
Make the datastore a high-replication datastore, but with all jobs applying
immediately (simplifies tests that use eventually-consistent queries).
- setAutoIdAllocationPolicy(AutoIdAllocationPolicy) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
-
Dictate how Put() assigns auto IDs.
- setBackingStoreLocation(String) - Method in class com.google.appengine.tools.development.testing.LocalBlobstoreServiceTestConfig
-
Sets the location for on-disk storage.
- setBackingStoreLocation(String) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
-
Where to read/store the datastore from/to.
- setCallbackClass(Class<? extends LocalTaskQueueCallback>) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
-
Overrides the callback implementation used by the local task queue for
async task execution.
- setCapabilityStatus(Capability, CapabilityStatus) - Method in class com.google.appengine.tools.development.testing.LocalCapabilitiesServiceTestConfig
-
Controls the state of a capability in testing mode.
- setClock(Clock) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
-
Configure the
LocalBasementServiceTestConfig to create the
LocalBasementService
to use the specified (@link com.google.common.time.Clock) when determing
the current time.
- setClock(Clock) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
-
Sets the clock with which all local services will be initialized.
- setDatabase(String) - Method in class com.google.appengine.tools.development.testing.LocalRdbmsServiceTestConfig
-
Sets the database to be passed to the underlying local JDBC
driver.
- setDefaultHighRepJobPolicyRandomSeed(long) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
-
A seed for a Random used by
DefaultHighRepJobPolicy to determine whether or not a job
application attempt fails.
- setDefaultHighRepJobPolicyUnappliedJobPercentage(float) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
-
The percentage of job application attempts that will fail.
- setDefaultSocketPermissions(String, String, String, String) - Static method in class com.google.appengine.api.socket.dev.SocketPermissions
-
Set the socket permissions for the current environment.
- setDisableAutoTaskExecution(boolean) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
-
Disables/enables automatic task execution.
- setDriverClass(String) - Method in class com.google.appengine.tools.development.testing.LocalRdbmsServiceTestConfig
-
Sets the class of the driver used by the
com.google.appengine.api.rdbms.dev.LocalRdbmsServiceLocalDriver and
attempts to load driverClass in the current ClassLoader.
- setEnable(boolean) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
-
Deprecated.
- setEnforceApiDeadlines(boolean) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
-
Determines whether or not API calls should be subject to the same
deadlines as in production.
- setEnvAppId(String) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
-
The value to be returned by
ApiProxy.getCurrentEnvironment().getAppId()
- setEnvAttributes(Map<String, Object>) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
-
The value to be returned by
ApiProxy.getCurrentEnvironment().getAttributes()
- setEnvAuthDomain(String) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
-
The value to be returned by
ApiProxy.getCurrentEnvironment().getAuthDomain()
- setEnvEmail(String) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
-
The value to be returned by
ApiProxy.getCurrentEnvironment().getEmail()
- setEnvIsAdmin(boolean) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
-
The value to be returned by
ApiProxy.getCurrentEnvironment().isAdmin()
- setEnvIsLoggedIn(boolean) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
-
The value to be returned by
ApiProxy.getCurrentEnvironment().isLoggedIn()
- setEnvRequestNamespace(String) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
-
The value to be returned by
ApiProxy.getCurrentEnvironment().getRequestNamespace()
- setEnvVersionId(String) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
-
The value to be returned by
ApiProxy.getCurrentEnvironment().getVersionId()
- setExtraDriverProperties(Map<String, String>) - Method in class com.google.appengine.tools.development.testing.LocalRdbmsServiceTestConfig
-
Sets Extra properties to be passed to the underlying local JDBC
driver.
- setGaiaMintAuthDomain(String) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
-
Configure the
LocalBasementServiceTestConfig to create the
LocalBasementService
so that it will return the specified auth domain from calls to
GaiaMintService#getUserinfoFromGaiaMint.
- setGaiaMintEmail(String) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
-
Configure the
LocalBasementServiceTestConfig to create the
LocalBasementService
so that it will return the specified email address from calls to
GaiaMintService#getUserinfoFromGaiaMint.
- setGaiaMintGaiaId(long) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
-
Configure the
LocalBasementServiceTestConfig to create the
LocalBasementService
so that it will return the specified gaid ID from calls to
GaiaMintService#getUserinfoFromGaiaMint.
- setGaiaMintIsAdmin(boolean) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
-
Configure the
LocalBasementServiceTestConfig to create the
LocalBasementService
so that it will return whether the user is an admin from calls to
GaiaMintService#getUserinfoFromGaiaMint.
- setGaiaMintUserId(String) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
-
Configure the
LocalBasementServiceTestConfig to create the
LocalBasementService
so that it will return the specified user id from calls to
GaiaMintService#getUserinfoFromGaiaMint.
- setIgnore(boolean) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
-
Deprecated.
- setJdbcConnectionStringFormat(String) - Method in class com.google.appengine.tools.development.testing.LocalRdbmsServiceTestConfig
-
Sets the format of the connection string that the jdbc driver will use.
- setLogEveryCall(boolean) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
-
Deprecated.
- setLogMailBody(boolean) - Method in class com.google.appengine.tools.development.testing.LocalMailServiceTestConfig
-
Controls whether or not the message body is logged.
- setLogMailLevel(Level) - Method in class com.google.appengine.tools.development.testing.LocalMailServiceTestConfig
-
Controls the level at which each message is logged.
- setLogToSawmillEnable(boolean) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
-
Configure the LocalBasementServiceTestConfig to create the LocalBasementService
with the specified enable state.
- setLogToSawmillIgnore(boolean) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
-
Configure the LocalBasementServiceTestConfig to create the LocalBasementService
with the specified ignore state.
- setLogToSawmillLogEveryCall(boolean) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
-
Configure the LocalBasementServiceTestConfig to create the LocalBasementService
so that it will log every call to LogToSawmillService#log(byte[]) with Logger.
- setLogToSawmillProtoStream(OutputStream) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
-
Configure the LocalBasementServiceTestConfig to create the LocalBasementService
so that it will write a request's final merged proto to the specified OutputStream.
- setMaxQueryLifetimeMs(int) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
-
Sets how long a query can stay "live" before we expire it.
- setMaxSize(long, LocalMemcacheServiceTestConfig.SizeUnit) - Method in class com.google.appengine.tools.development.testing.LocalMemcacheServiceTestConfig
-
Sets the maximum size of the cache
- setMaxTxnLifetimeMs(int) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
-
Sets how long a txn can stay "live" before we expire it.
- setNoIndexAutoGen(boolean) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
-
True to prevent the datastore from writing the auto-generated index file.
- setNoStorage(boolean) - Method in class com.google.appengine.tools.development.testing.LocalBlobstoreServiceTestConfig
-
True to put the blobstore into "memory-only" mode.
- setNoStorage(boolean) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
-
True to put the datastore into "memory-only" mode.
- setOneGoogleServerSpec(String) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
-
Configure the
LocalBasementServiceTestConfig to create the
LocalBasementService
to use the specified server spec for the OneGoogle backend instead of the default (see
LocalBasementService.ONE_GOOGLE_SERVER_SPEC_DEFAULT).
- setOneGoogleStub(OneGoogleServerProto.OneGoogleService.Stub) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
-
Configure the
LocalBasementServiceTestConfig to create the
LocalBasementService
to use the the specified
OneGoogleServerProto.OneGoogleService.Stub
to send RPCs to the OneGoogleService server.
- setOption(int, Object) - Method in class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
-
- setPassword(String) - Method in class com.google.appengine.tools.development.testing.LocalRdbmsServiceTestConfig
-
Sets the password to be passed to the underlying local JDBC
driver.
- setProtoStream(OutputStream) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
-
Deprecated.
- setQueueXmlPath(String) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
-
Overrides the location of queue.xml.
- setRemainingMillisTimer(LocalServiceTestHelper.RequestMillisTimer) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
-
Sets the object that will return the value to be returned by
ApiProxy.getCurrentEnvironment().getRemainingMillis()
- setRemoteClientFactory(Class<? extends SqlClientFactory>) - Method in class com.google.appengine.tools.development.testing.LocalRdbmsServiceTestConfig
-
Sets the remote client factory class.
- setServerType(LocalRdbmsService.ServerType) - Method in class com.google.appengine.tools.development.testing.LocalRdbmsServiceTestConfig
-
Sets the server type to either hosted or local.
- setShouldCopyApiProxyEnvironment(boolean) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
-
Enables copying of the ApiProxy.Environment to task handler
threads.
- setSimulateProdLatencies(boolean) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
-
Determines whether or not local services should simulate production
latencies.
- setSocketOptions(SetSocketOptionsRequest) - Method in class com.google.appengine.api.socket.dev.LocalDatagramSocket
-
- setSocketOptions(Status, SetSocketOptionsRequest) - Method in class com.google.appengine.api.socket.dev.LocalSocketService
-
- setSocketPermissions(boolean, boolean, boolean, boolean) - Static method in class com.google.appengine.api.socket.dev.SocketPermissions
-
Set the socket permissions for the current environment.
- setStoreDelayMs(int) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
-
Sets how long to wait before updating the persistent store.
- setTaskExecutionLatch(CountDownLatch) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
-
Sets a CountDownLatch that the thread executing the task will
decrement after a LocalTaskQueueCallback finishes execution.
- setTimeToLive(int) - Method in class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
-
- setTimeZone(TimeZone) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
-
Sets the time zone in which tests will execute.
- setTTL(byte) - Method in class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
-
- setUp() - Method in class com.google.appengine.tools.development.testing.LocalAppIdentityServiceTestConfig
-
- setUp() - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
-
- setUp() - Method in class com.google.appengine.tools.development.testing.LocalBlobstoreServiceTestConfig
-
- setUp() - Method in class com.google.appengine.tools.development.testing.LocalCapabilitiesServiceTestConfig
-
- setUp() - Method in class com.google.appengine.tools.development.testing.LocalChannelServiceTestConfig
-
- setUp() - Method in class com.google.appengine.tools.development.testing.LocalConversionServiceTestConfig
-
- setUp() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
-
- setUp() - Method in class com.google.appengine.tools.development.testing.LocalFileServiceTestConfig
-
- setUp() - Method in class com.google.appengine.tools.development.testing.LocalImagesServiceTestConfig
-
- setUp() - Method in class com.google.appengine.tools.development.testing.LocalMailServiceTestConfig
-
- setUp() - Method in class com.google.appengine.tools.development.testing.LocalMemcacheServiceTestConfig
-
- setUp() - Method in class com.google.appengine.tools.development.testing.LocalProspectiveSearchServiceTestConfig
-
Does nothing.
- setUp() - Method in class com.google.appengine.tools.development.testing.LocalRdbmsServiceTestConfig
-
- setUp() - Method in interface com.google.appengine.tools.development.testing.LocalServiceTestConfig
-
Set up the local service.
- setUp() - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
-
Set up an environment in which tests that use local services can execute.
- setUp() - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
-
- setUp() - Method in class com.google.appengine.tools.development.testing.LocalURLFetchServiceTestConfig
-
- setUp() - Method in class com.google.appengine.tools.development.testing.LocalUserServiceTestConfig
-
- setUp() - Method in class com.google.appengine.tools.development.testing.LocalXMPPServiceTestConfig
-
- setUser(String) - Method in class com.google.appengine.tools.development.testing.LocalRdbmsServiceTestConfig
-
Sets the user to be passed to the underlying local JDBC
driver.
- shutDown(ShutDownRequest) - Method in class com.google.appengine.api.socket.dev.LocalDatagramSocket
-
- shutDown(Status, ShutDownRequest) - Method in class com.google.appengine.api.socket.dev.LocalSocketService
-
- SocketPermissions - Class in com.google.appengine.api.socket.dev
-
Indicates what aspects of socket services the application
is allowed to use in the development server.
- SocketPermissions(boolean, boolean, boolean, boolean) - Constructor for class com.google.appengine.api.socket.dev.SocketPermissions
-
- start() - Method in class com.google.appengine.api.conversion.dev.LocalConversionService
- start() - Method in class com.google.appengine.api.socket.dev.LocalSocketService
-
- start() - Method in class com.google.appengine.api.xmpp.dev.LocalXMPPService
-
- stop() - Method in class com.google.appengine.api.conversion.dev.LocalConversionService
- stop() - Method in class com.google.appengine.api.socket.dev.LocalSocketService
-
- stop() - Method in class com.google.appengine.api.xmpp.dev.LocalXMPPService
-
- subscribe(Status, SubscribeRequest) - Method in class com.google.appengine.api.prospectivesearch.dev.LocalSearchService
-
Add a subscription.
- SUBSCRIPTION_MAP_KIND - Static variable in class com.google.appengine.api.prospectivesearch.dev.ProspectiveSearchReservedKinds
-
- valueOf(String) - Static method in enum com.google.appengine.tools.development.testing.LocalMemcacheServiceTestConfig.SizeUnit
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.google.appengine.tools.development.testing.LocalMemcacheServiceTestConfig.SizeUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- visitConjunction(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
-
Visits a node that represents a conjunction (logical and) of
conditions.
- visitContains(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
-
Visits a node that represents that a field must contain a value.
- visitDisjunction(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
-
Visits a node that represents a disjunction (logical or) of
conditions.
- visitEqual(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
-
Visits a node that represents that a field value must be greater than
or equal to some specified value.
- visitFunction(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
-
- visitFuzzy(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
-
Visits a node that represents a text field that is subject to
query rewrite.
- visitGlobal(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
-
- visitGreaterOrEqual(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
-
Visits a node that represents an inequality between a field and value.
- visitGreaterThan(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
-
Visits a node that represents that a field value must be greater than some
specified value.
- visitLessOrEqual(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
-
Visits a node that represents that a field value must be less than or
equal to some specified value.
- visitLessThan(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
-
Visits a node that represents that a field value must be less than some
specified value.
- visitLiteral(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
-
Visits a node that represents a text field that must not be altered.
- visitNegation(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
-
Visits a node that represents a negation of conditions.
- visitOther(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
-
Catch-all method for future type of query nodes.
- visitSequence(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
-
- visitValue(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
-
Visits a node that represents a constant value.