Uses of Interface
com.google.cloud.datastore.spi.v1.DatastoreRpc
-
Packages that use DatastoreRpc Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.com.google.cloud.datastore.execution com.google.cloud.datastore.spi.v1 -
-
Uses of DatastoreRpc in com.google.cloud.datastore
Classes in com.google.cloud.datastore that implement DatastoreRpc Modifier and Type Class Description classRetryAndTraceDatastoreRpcDecoratorAn implementation ofDatastoreRpcwhich acts as a Decorator and decorates the underlyingDatastoreRpcwith the logic of retry and Traceability.Methods in com.google.cloud.datastore that return DatastoreRpc Modifier and Type Method Description protected DatastoreRpcDatastoreOptions. getDatastoreRpcV1()Constructors in com.google.cloud.datastore with parameters of type DatastoreRpc Constructor Description RetryAndTraceDatastoreRpcDecorator(DatastoreRpc datastoreRpc, TraceUtil traceUtil, com.google.api.gax.retrying.RetrySettings retrySettings, DatastoreOptions datastoreOptions) -
Uses of DatastoreRpc in com.google.cloud.datastore.execution
Constructors in com.google.cloud.datastore.execution with parameters of type DatastoreRpc Constructor Description AggregationQueryExecutor(DatastoreRpc datastoreRpc, DatastoreOptions datastoreOptions) -
Uses of DatastoreRpc in com.google.cloud.datastore.spi.v1
Classes in com.google.cloud.datastore.spi.v1 that implement DatastoreRpc Modifier and Type Class Description classHttpDatastoreRpc
-