Package | Description |
---|---|
com.google.api.services.datastore.client |
Modifier and Type | Class and Description |
---|---|
class |
LocalDevelopmentDatastore
An extension to
Datastore that provides lifecycle management for a development datastore
server. |
Modifier and Type | Method and Description |
---|---|
Datastore |
DatastoreFactory.create(DatastoreOptions options)
Provides access to a datastore using the provided options.
|
static Datastore |
DatastoreHelper.getDatastoreFromEnv() |
Modifier and Type | Method and Description |
---|---|
List<DatastoreV1.Query> |
QuerySplitter.getSplits(DatastoreV1.Query query,
int numSplits,
Datastore datastore)
Returns a list of sharded
DatastoreV1.Query s for the given query. |
Copyright © 2013. All Rights Reserved.