Uses of Interface
com.google.cloud.datastore.spi.v1.DatastoreRpc
Packages that use DatastoreRpc
Package
Description
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
-
Uses of DatastoreRpc in com.google.cloud.datastore
Classes in com.google.cloud.datastore that implement DatastoreRpcModifier and TypeClassDescriptionclassAn implementation ofDatastoreRpcwhich acts as a Decorator and decorates the underlyingDatastoreRpcwith the logic of retry and Traceability.Methods in com.google.cloud.datastore that return DatastoreRpcConstructors in com.google.cloud.datastore with parameters of type DatastoreRpcModifierConstructorDescriptionRetryAndTraceDatastoreRpcDecorator(DatastoreRpc datastoreRpc, TraceUtil otelTraceUtil, 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 DatastoreRpcModifierConstructorDescriptionAggregationQueryExecutor(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