| Package | Description |
|---|---|
| com.google.cloud.bigtable.data.v2 |
A client to Cloud Bigtable API.
|
| com.google.cloud.bigtable.data.v2.models | |
| com.google.cloud.bigtable.data.v2.stub | |
| com.google.cloud.bigtable.data.v2.stub.readrows |
Implementation details for
EnhancedBigtableStub.readRowsCallable(). |
| Modifier and Type | Method and Description |
|---|---|
<RowT> com.google.api.gax.rpc.ServerStreamingCallable<Query,RowT> |
BigtableDataClient.readRowsCallable(RowAdapter<RowT> rowAdapter)
Streams back the results of the query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRowAdapter
Default implementation of a
RowAdapter that uses Rows to represent logical rows. |
| Modifier and Type | Method and Description |
|---|---|
<RowT> com.google.api.gax.rpc.ServerStreamingCallable<Query,RowT> |
EnhancedBigtableStub.createReadRowsCallable(RowAdapter<RowT> rowAdapter)
Creates a callable chain to handle ReadRows RPCs.
|
| Constructor and Description |
|---|
FilterMarkerRowsCallable(com.google.api.gax.rpc.ServerStreamingCallable<ReadRowsRequest,RowT> inner,
RowAdapter<RowT> rowAdapter) |
ReadRowsResumptionStrategy(RowAdapter<RowT> rowAdapter) |
RowMergingCallable(com.google.api.gax.rpc.ServerStreamingCallable<ReadRowsRequest,ReadRowsResponse> inner,
RowAdapter<RowT> rowAdapter) |
Copyright © 2018 Google LLC. All rights reserved.