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 classDatastoreEmulatorAn extension toDatastorethat provides lifecycle management for a datastore emulator.Methods in com.google.datastore.v1.client that return Datastore Modifier and Type Method Description DatastoreDatastoreFactory. create(DatastoreOptions options)Provides access to a datastore using the provided options.static DatastoreDatastoreHelper. 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 shardedQuerys 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 shardedQuerys should also be executed withreadTime.
-