Interface | Description |
---|---|
SpannerRpc |
Abstracts remote calls to the Cloud Spanner service.
|
SpannerRpc.ResultStreamConsumer |
Consumer for the results produced by a streaming read or query call.
|
SpannerRpc.StreamingCall |
Handle for cancellation of a streaming read or query call.
|
Class | Description |
---|---|
GrpcSpannerRpc |
Implementation of Cloud Spanner remote calls using gRPC.
|
SpannerErrorInterceptor |
Adds error details to statuses returned by the Cloud Spanner API.
|
SpannerRpc.Paginated<T> |
Represents results from paginated RPCs, i.e., those where up to a maximum number of items is
returned from each call and a followup call must be made to fetch more.
|
Enum | Description |
---|---|
SpannerRpc.Option |
Options passed in
SpannerRpc methods to control how an RPC is issued. |
Copyright © 2018 Google. All rights reserved.