Uses of Class
com.google.datastore.v1.client.Datastore
-
Packages that use Datastore Package Description com.google.datastore.v1.client -
-
Uses of Datastore in com.google.datastore.v1.client
Subclasses of Datastore in com.google.datastore.v1.client Modifier and Type Class Description class
DatastoreEmulator
An extension toDatastore
that provides lifecycle management for a datastore emulator.Methods in com.google.datastore.v1.client that return Datastore Modifier and Type Method Description Datastore
DatastoreFactory. create(DatastoreOptions options)
Provides access to a datastore using the provided options.static Datastore
DatastoreHelper. getDatastoreFromEnv()
Methods in com.google.datastore.v1.client with parameters of type Datastore Modifier and Type Method Description List<Query>
QuerySplitter. getSplits(Query query, PartitionId partition, int numSplits, Datastore datastore)
Returns a list of shardedQuery
s for the given query.default List<Query>
QuerySplitter. getSplits(Query query, PartitionId partition, int numSplits, Datastore datastore, com.google.protobuf.Timestamp readTime)
Same asQuerySplitter.getSplits(Query, PartitionId, int, Datastore)
but the splits are based onreadTime
, and the returned shardedQuery
s should also be executed withreadTime
.
-