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 classTarantoolRequestRetryPolicies.AttemptsBoundRetryPolicy<T extends Predicate<Throwable>>Retry policy that accepts a maximum number of attempts and an exception checking predicate.static classTarantoolRequestRetryPolicies.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 RequestRetryPolicyRequestRetryPolicyFactory. create()Instantiate a new request retry policy instance.RequestRetryPolicyTarantoolRequestRetryPolicies.AttemptsBoundRetryPolicyFactory. create()RequestRetryPolicyTarantoolRequestRetryPolicies.InfiniteRetryPolicyFactory. create()
-