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> UnaryCallable<Query,RowT> |
BigtableDataClient.readRowCallable(RowAdapter<RowT> rowAdapter)
Reads a single row.
|
<RowT> 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 Row s to represent logical rows. |
Modifier and Type | Method and Description |
---|---|
<RowT> UnaryCallable<Query,RowT> |
EnhancedBigtableStub.createReadRowCallable(RowAdapter<RowT> rowAdapter)
Creates a callable chain to handle point ReadRows RPCs.
|
<RowT> ServerStreamingCallable<Query,RowT> |
EnhancedBigtableStub.createReadRowsCallable(RowAdapter<RowT> rowAdapter)
Creates a callable chain to handle streaming ReadRows RPCs.
|
Constructor and Description |
---|
FilterMarkerRowsCallable(ServerStreamingCallable<com.google.bigtable.v2.ReadRowsRequest,RowT> inner,
RowAdapter<RowT> rowAdapter) |
ReadRowsResumptionStrategy(RowAdapter<RowT> rowAdapter) |
RowMergingCallable(ServerStreamingCallable<com.google.bigtable.v2.ReadRowsRequest,com.google.bigtable.v2.ReadRowsResponse> inner,
RowAdapter<RowT> rowAdapter) |
Copyright © 2019 Google LLC. All rights reserved.