| Modifier and Type | Class and Description |
|---|---|
class |
DatastoreEmulator
An extension to
Datastore that provides lifecycle management for a datastore emulator. |
| 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<com.google.datastore.v1.Query> |
QuerySplitter.getSplits(com.google.datastore.v1.Query query,
com.google.datastore.v1.PartitionId partition,
int numSplits,
Datastore datastore)
Returns a list of sharded
Querys for the given query. |
Copyright © 2017. All rights reserved.