Package com.google.cloud.executor.spanner (6.66.0)

GitHub Repository

This package is not the recommended entry point to using this client library!

For this library, we recommend using com.google.cloud.spanner for new applications.

Classes

Class Description
com.google.cloud.executor.spanner.CloudClientExecutor Implementation of the SpannerExecutorProxy gRPC service that proxies action request through the Java Cloud Client.
com.google.cloud.executor.spanner.CloudExecutor Superclass of cloud Java Client implementations for cloud requests.
com.google.cloud.executor.spanner.CloudExecutor.Metadata Metadata is used to hold and retrieve metadata of tables and columns involved in a transaction.
com.google.cloud.executor.spanner.CloudExecutor.OutcomeSender OutcomeSender is a utility class used for sending action outcomes back to the client. For read actions, it buffers rows and sends partial read results in batches.
com.google.cloud.executor.spanner.CloudExecutorImpl Send proxied action requests through Spanner Cloud API.
com.google.cloud.executor.spanner.CloudUtil
com.google.cloud.executor.spanner.WorkerProxy Worker proxy for Java API. This is the main entry of the Java client proxy on cloud Spanner Java client.