Uses of Interface
com.google.cloud.bigtable.data.v2.models.RowAdapter
-
Packages that use RowAdapter Package Description com.google.cloud.bigtable.data.v2 A client for the Cloud Bigtable data API.com.google.cloud.bigtable.data.v2.models -
-
Uses of RowAdapter in com.google.cloud.bigtable.data.v2
Methods in com.google.cloud.bigtable.data.v2 with parameters of type RowAdapter Modifier and Type Method 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. -
Uses of RowAdapter in com.google.cloud.bigtable.data.v2.models
Classes in com.google.cloud.bigtable.data.v2.models that implement RowAdapter Modifier and Type Class Description class
DefaultRowAdapter
Default implementation of aRowAdapter
that usesRow
s to represent logical rows.
-