See: Description
| Interface | Description |
|---|---|
| RequestRetryPolicy |
Request retry policy contains an algorithm of deciding whether an exception is retryable and settings for
limiting the retry attempts
|
| RequestRetryPolicyFactory |
Manages instantiation of request retry policies.
|
| Class | Description |
|---|---|
| RequestTimeoutOperation<T> |
Supplier of scheduled request timeout tasks.
|
| RetryingAsyncOperation<T> |
Wrapper to run operation in an asynchronous way with retries.
|
| TarantoolRequestRetryPolicies |
Class-container for built-in request retry policies
|
| TarantoolRequestRetryPolicies.AttemptsBoundRetryPolicy<T extends Predicate<Throwable>> |
Retry policy that accepts a maximum number of attempts and an exception checking predicate.
|
| TarantoolRequestRetryPolicies.AttemptsBoundRetryPolicyFactory<T extends Predicate<Throwable>> | |
| TarantoolRequestRetryPolicies.AttemptsBoundRetryPolicyFactory.Builder<T extends Predicate<Throwable>> | |
| TarantoolRequestRetryPolicies.InfiniteRetryPolicy<T extends Predicate<Throwable>> |
Retry policy that performs unbounded number of attempts.
|
| TarantoolRequestRetryPolicies.InfiniteRetryPolicyFactory<T extends Predicate<Throwable>> | |
| TarantoolRequestRetryPolicies.InfiniteRetryPolicyFactory.Builder<T extends Predicate<Throwable>> |
Copyright © 2025 Picodata. All rights reserved.