Uses of Interface
com.google.cloud.bigtable.data.v2.models.RowAdapter
Package
Description
A client for the Cloud Bigtable data API.
-
Uses of RowAdapter in com.google.cloud.bigtable.data.v2
Modifier and TypeMethodDescription<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. -
Uses of RowAdapter in com.google.cloud.bigtable.data.v2.models
Modifier and TypeClassDescriptionclass
Default implementation of aRowAdapter
that usesRow
s to represent logical rows.