Uses of Class
com.google.cloud.bigtable.grpc.async.AbstractRetryingOperation
-
Packages that use AbstractRetryingOperation Package Description com.google.cloud.bigtable.grpc.async com.google.cloud.bigtable.grpc.scanner -
-
Uses of AbstractRetryingOperation in com.google.cloud.bigtable.grpc.async
Subclasses of AbstractRetryingOperation in com.google.cloud.bigtable.grpc.async Modifier and Type Class and Description class
RetryingMutateRowsOperation
Performs retries forBigtableDataClient.mutateRows(MutateRowsRequest)
operations.class
RetryingStreamOperation<RequestT,ResponseT>
An extension ofAbstractRetryingOperation
that aggregates all responses from a streaming request into a List.class
RetryingUnaryOperation<RequestT,ResponseT>
AAbstractRetryingOperation
for a unary operation. -
Uses of AbstractRetryingOperation in com.google.cloud.bigtable.grpc.scanner
Subclasses of AbstractRetryingOperation in com.google.cloud.bigtable.grpc.scanner Modifier and Type Class and Description class
RetryingReadRowsOperation
An extension ofAbstractRetryingOperation
that manages retries for the readRows streaming RPC.
-