Uses of Interface
com.google.cloud.bigtable.grpc.scanner.ScanHandler
-
Packages that use ScanHandler Package Description com.google.cloud.bigtable.grpc com.google.cloud.bigtable.grpc.scanner -
-
Uses of ScanHandler in com.google.cloud.bigtable.grpc
Methods in com.google.cloud.bigtable.grpc that return ScanHandler Modifier and Type Method and Description ScanHandler
BigtableDataGrpcClient. readFlatRows(com.google.bigtable.v2.ReadRowsRequest request, io.grpc.stub.StreamObserver<FlatRow> observer)
Perform a streaming read ofFlatRow
s in key order.ScanHandler
BigtableDataClient. readFlatRows(com.google.bigtable.v2.ReadRowsRequest request, io.grpc.stub.StreamObserver<FlatRow> observer)
Perform a streaming read ofFlatRow
s in key order. -
Uses of ScanHandler in com.google.cloud.bigtable.grpc.scanner
Classes in com.google.cloud.bigtable.grpc.scanner that implement ScanHandler Modifier and Type Class and Description class
RetryingReadRowsOperation
An extension ofAbstractRetryingOperation
that manages retries for the readRows streaming RPC.
-