Uses of Class
com.google.cloud.bigtable.config.RetryOptions
-
Packages that use RetryOptions Package Description com.google.cloud.bigtable.config com.google.cloud.bigtable.grpc.async com.google.cloud.bigtable.grpc.io com.google.cloud.bigtable.grpc.scanner -
-
Uses of RetryOptions in com.google.cloud.bigtable.config
Methods in com.google.cloud.bigtable.config that return RetryOptions Modifier and Type Method and Description RetryOptions
RetryOptions.Builder. build()
Construct a new RetryOptions object.protected RetryOptions
RetryOptions. clone()
static RetryOptions
RetryOptions. getDefaultOptions()
RetryOptions
BigtableOptions. getRetryOptions()
Options controlling retries.Methods in com.google.cloud.bigtable.config with parameters of type RetryOptions Modifier and Type Method and Description BigtableOptions.Builder
BigtableOptions.Builder. setRetryOptions(RetryOptions retryOptions)
Constructors in com.google.cloud.bigtable.config with parameters of type RetryOptions Constructor and Description Builder(RetryOptions options)
-
Uses of RetryOptions in com.google.cloud.bigtable.grpc.async
Fields in com.google.cloud.bigtable.grpc.async declared as RetryOptions Modifier and Type Field and Description protected RetryOptions
AbstractRetryingOperation. retryOptions
Constructors in com.google.cloud.bigtable.grpc.async with parameters of type RetryOptions 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.MutateRowsRequestManager(RetryOptions retryOptions, com.google.bigtable.v2.MutateRowsRequest originalRequest)
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 RetryOptions in com.google.cloud.bigtable.grpc.io
Methods in com.google.cloud.bigtable.grpc.io with parameters of type RetryOptions Modifier and Type Method and Description io.grpc.ClientInterceptor
CredentialInterceptorCache. getCredentialsInterceptor(CredentialOptions credentialOptions, RetryOptions retryOptions)
GivenCredentialOptions
that define how to look up credentials, do the following: Look up the credentials If there are credentials, create a gRPC interceptor that gets OAuth2 security tokens and add that token as a header on all calls. -
Uses of RetryOptions in com.google.cloud.bigtable.grpc.scanner
Constructors in com.google.cloud.bigtable.grpc.scanner with parameters of type RetryOptions 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)
-