Interface RetryPolicyContext


public interface RetryPolicyContext
  • Method Details

    • configuration

      IgniteClientConfiguration configuration()
      Gets the client configuration.
      Returns:
      Client configuration.
    • operation

      ClientOperationType operation()
      Gets the operation type.
      Returns:
      Operation type.
    • iteration

      int iteration()
      Gets the current iteration number (zero-based).
      Returns:
      Zero-based iteration counter.
    • exception

      Gets the connection exception that caused current retry iteration.
      Returns:
      Exception.