| Interface | Description |
|---|---|
| BigtableResultScannerFactory<ResponseT> | Deprecated
This class will be removed in the future
|
| ResultScanner<T> |
A scanner of Bigtable rows.
|
| ScanHandler |
An interface that handles timeout exception situations and request cancellations in scan
situations.
|
| Class | Description |
|---|---|
| FlatRow |
This class stores represents a single row.
|
| FlatRow.Builder |
For internal use only - public for technical reasons.
|
| FlatRow.Cell | |
| FlatRow.Cell.Builder |
For internal use only - public for technical reasons.
|
| FlatRowAdapter |
Adapter for
RowAdapter that uses FlatRow's to represent logical rows. |
| FlatRowConverter |
This class converts between instances of
FlatRow and Row. |
| OutstandingRequestCountListener<ResponseT> | Deprecated
This class will be removed in the future
|
| ResponseQueueReader |
Manages a queue of
ResultQueueEntrys of FlatRow. |
| ResumingStreamingResultScanner |
A ResultScanner that attempts to resume the readRows call when it encounters gRPC INTERNAL
errors.
|
| RetryingReadRowsOperation |
An extension of
AbstractRetryingOperation that manages retries for the readRows streaming
RPC. |
| RowMerger |
Builds a complete
FlatRow from ReadRowsResponse objects. |
| StreamObserverAdapter<T> | Deprecated |
| Exception | Description |
|---|---|
| BigtableRetriesExhaustedException |
An Exception that is thrown when an operation fails, even in the face of retries.
|
| ScanTimeoutException | Deprecated |