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.clientMethods in org.apache.ignite.client with parameters of type ClientRetryPolicyContext Modifier and Type Method Description booleanClientRetryAllPolicy. shouldRetry(ClientRetryPolicyContext context)Gets a value indicating whether a client operation that has failed due to a connection issue should be retried.booleanClientRetryNonePolicy. shouldRetry(ClientRetryPolicyContext context)Gets a value indicating whether a client operation that has failed due to a connection issue should be retried.booleanClientRetryPolicy. shouldRetry(ClientRetryPolicyContext context)Gets a value indicating whether a client operation that has failed due to a connection issue should be retried.booleanClientRetryReadPolicy. shouldRetry(ClientRetryPolicyContext context)Gets a value indicating whether a client operation that has failed due to a connection issue should be retried.
 
-