@InternalApi public class MutateRowsRetryingCallable extends UnaryCallable<com.google.bigtable.v2.MutateRowsRequest,Void>
MutateRowsAttemptCallable
.
This class is considered an internal implementation detail and not meant to be used by applications directly.
for more details.
Constructor and Description |
---|
MutateRowsRetryingCallable(ApiCallContext callContextPrototype,
ServerStreamingCallable<com.google.bigtable.v2.MutateRowsRequest,com.google.bigtable.v2.MutateRowsResponse> callable,
RetryingExecutorWithContext<Void> executor,
Set<StatusCode.Code> retryCodes) |
Modifier and Type | Method and Description |
---|---|
RetryingFuture<Void> |
futureCall(com.google.bigtable.v2.MutateRowsRequest request,
ApiCallContext inputContext) |
String |
toString() |
call, call, futureCall, withDefaultCallContext
public MutateRowsRetryingCallable(@Nonnull ApiCallContext callContextPrototype, @Nonnull ServerStreamingCallable<com.google.bigtable.v2.MutateRowsRequest,com.google.bigtable.v2.MutateRowsResponse> callable, @Nonnull RetryingExecutorWithContext<Void> executor, @Nonnull Set<StatusCode.Code> retryCodes)
public RetryingFuture<Void> futureCall(com.google.bigtable.v2.MutateRowsRequest request, ApiCallContext inputContext)
futureCall
in class UnaryCallable<com.google.bigtable.v2.MutateRowsRequest,Void>
Copyright © 2019 Google LLC. All rights reserved.