Uses of Interface
com.google.cloud.bigtable.grpc.async.BigtableAsyncRpc
-
Packages that use BigtableAsyncRpc Package Description com.google.cloud.bigtable.grpc.async com.google.cloud.bigtable.grpc.scanner -
-
Uses of BigtableAsyncRpc in com.google.cloud.bigtable.grpc.async
Fields in com.google.cloud.bigtable.grpc.async declared as BigtableAsyncRpc Modifier and Type Field and Description protected BigtableAsyncRpc<RequestT,ResponseT>
AbstractRetryingOperation. rpc
Methods in com.google.cloud.bigtable.grpc.async that return BigtableAsyncRpc Modifier and Type Method and Description <RequestT,ResponseT>
BigtableAsyncRpc<RequestT,ResponseT>BigtableAsyncUtilities. createAsyncRpc(io.grpc.MethodDescriptor<RequestT,ResponseT> method, Predicate<RequestT> isRetryable)
createAsyncUnaryRpc.<RequestT,ResponseT>
BigtableAsyncRpc<RequestT,ResponseT>BigtableAsyncUtilities.Default. createAsyncRpc(io.grpc.MethodDescriptor<RequestT,ResponseT> method, Predicate<RequestT> isRetryable)
Constructors in com.google.cloud.bigtable.grpc.async with parameters of type BigtableAsyncRpc Constructor and Description AbstractRetryingOperation(RetryOptions retryOptions, RequestT request, BigtableAsyncRpc<RequestT,ResponseT> retryableRpc, io.grpc.CallOptions callOptions, ScheduledExecutorService retryExecutorService, io.grpc.Metadata originalMetadata, com.google.api.core.ApiClock clock)
Constructor for AbstractRetryingRpcListener.RetryingMutateRowsOperation(RetryOptions retryOptions, com.google.bigtable.v2.MutateRowsRequest originalRequest, BigtableAsyncRpc<com.google.bigtable.v2.MutateRowsRequest,com.google.bigtable.v2.MutateRowsResponse> retryableRpc, io.grpc.CallOptions callOptions, ScheduledExecutorService retryExecutorService, io.grpc.Metadata originalMetadata, com.google.api.core.ApiClock clock)
RetryingStreamOperation(RetryOptions retryOptions, RequestT request, BigtableAsyncRpc<RequestT,ResponseT> retryableRpc, io.grpc.CallOptions callOptions, ScheduledExecutorService executorService, io.grpc.Metadata metadata, com.google.api.core.ApiClock clock)
Constructor for RetryingCollectingClientCallListener.RetryingUnaryOperation(RetryOptions retryOptions, RequestT request, BigtableAsyncRpc<RequestT,ResponseT> retryableRpc, io.grpc.CallOptions callOptions, ScheduledExecutorService executorService, io.grpc.Metadata metadata, com.google.api.core.ApiClock clock)
Constructor for RetryingUnaryRpcListener. -
Uses of BigtableAsyncRpc in com.google.cloud.bigtable.grpc.scanner
Constructors in com.google.cloud.bigtable.grpc.scanner with parameters of type BigtableAsyncRpc Constructor and Description RetryingReadRowsOperation(io.grpc.stub.StreamObserver<FlatRow> observer, RetryOptions retryOptions, com.google.bigtable.v2.ReadRowsRequest request, BigtableAsyncRpc<com.google.bigtable.v2.ReadRowsRequest,com.google.bigtable.v2.ReadRowsResponse> retryableRpc, io.grpc.CallOptions callOptions, ScheduledExecutorService retryExecutorService, io.grpc.Metadata originalMetadata, com.google.api.core.ApiClock clock)
-