| 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> com.google.api.gax.rpc.UnaryCallable<Query,RowT> | 
BigtableDataClient.readRowCallable(RowAdapter<RowT> rowAdapter)
Reads a single row. 
 | 
<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. | 
Copyright © 2019 Google LLC. All rights reserved.