Uses of Interface
io.tarantool.driver.api.retry.RequestRetryPolicy
-
Packages that use RequestRetryPolicy Package Description io.tarantool.driver.api.retry Request retrying and network errors handling functionality. -
-
Uses of RequestRetryPolicy in io.tarantool.driver.api.retry
Classes in io.tarantool.driver.api.retry that implement RequestRetryPolicy Modifier and Type Class Description static class
TarantoolRequestRetryPolicies.AttemptsBoundRetryPolicy<T extends Predicate<Throwable>>
Retry policy that accepts a maximum number of attempts and an exception checking predicate.static class
TarantoolRequestRetryPolicies.InfiniteRetryPolicy<T extends Predicate<Throwable>>
Retry policy that performs unbounded number of attempts.Methods in io.tarantool.driver.api.retry that return RequestRetryPolicy Modifier and Type Method Description RequestRetryPolicy
RequestRetryPolicyFactory. create()
Instantiate a new request retry policy instance.RequestRetryPolicy
TarantoolRequestRetryPolicies.AttemptsBoundRetryPolicyFactory. create()
RequestRetryPolicy
TarantoolRequestRetryPolicies.InfiniteRetryPolicyFactory. create()
-