EnhancedBigtableStub.readRowsCallable()
.See: Description
Class | Description |
---|---|
FilterMarkerRowsCallable<RowT> |
Remove the special marker rows generated by
RowMergingCallable . |
ReadRowsResumptionStrategy<RowT> |
An implementation of a
StreamResumptionStrategy for merged rows. |
ReadRowsRetryCompletedCallable<RowT> |
This callable addresses edge case of a ReadRows stream receiving all of the rows, but receiving a
retryable error status instead of an OK.
|
ReadRowsUserCallable<RowT> |
Simple wrapper for ReadRows to wrap the request protobufs.
|
RowMerger<RowT> |
An implementation of a
Reframer that feeds the row merging StateMachine . |
RowMergingCallable<RowT> |
A ServerStreamingCallable that will merge
ReadRowsResponse.CellChunk s into logical rows. |
EnhancedBigtableStub.readRowsCallable()
.
The ReadRows protocol is optimized for transmission and is not designed to be consumed directly. This package implements significant customizations on top of the raw GAPIC generated stub to handle row merging and retries.
ReadRowsRequest
s from
user facing wrappers.
This package is considered an internal implementation detail and is not meant to be used by applications directly.
Copyright © 2019 Google LLC. All rights reserved.