Uses of Interface
org.apache.ignite.client.ClientRetryPolicyContext
-
Packages that use ClientRetryPolicyContext Package Description org.apache.ignite.client Contains Ignite Thin Client API classes. -
-
Uses of ClientRetryPolicyContext in org.apache.ignite.client
Methods in org.apache.ignite.client with parameters of type ClientRetryPolicyContext Modifier and Type Method Description boolean
ClientRetryAllPolicy. shouldRetry(ClientRetryPolicyContext context)
Gets a value indicating whether a client operation that has failed due to a connection issue should be retried.boolean
ClientRetryNonePolicy. shouldRetry(ClientRetryPolicyContext context)
Gets a value indicating whether a client operation that has failed due to a connection issue should be retried.boolean
ClientRetryPolicy. shouldRetry(ClientRetryPolicyContext context)
Gets a value indicating whether a client operation that has failed due to a connection issue should be retried.boolean
ClientRetryReadPolicy. shouldRetry(ClientRetryPolicyContext context)
Gets a value indicating whether a client operation that has failed due to a connection issue should be retried.
-