Package | Description |
---|---|
com.google.cloud.bigtable.data.v2 |
A client for the Cloud Bigtable data API.
|
com.google.cloud.bigtable.data.v2.models |
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. |
Copyright © 2019 Google LLC. All rights reserved.