Uses of Class
com.google.datastore.v1.client.Datastore
Packages that use Datastore
-
Uses of Datastore in com.google.datastore.v1.client
Subclasses of Datastore in com.google.datastore.v1.clientModifier and TypeClassDescriptionclassAn extension toDatastorethat provides lifecycle management for a datastore emulator.Methods in com.google.datastore.v1.client that return DatastoreModifier and TypeMethodDescriptionDatastoreFactory.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 DatastoreModifier and TypeMethodDescriptionQuerySplitter.getSplits(Query query, PartitionId partition, int numSplits, Datastore datastore) Returns a list of shardedQuerys for the given 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.