Class FailoverParameterConstants


  • public class FailoverParameterConstants
    extends Object
    • Field Detail

      • FAILOVER_RECONNECT_DELAY

        public static final String FAILOVER_RECONNECT_DELAY
        Controls the delay between successive reconnection attempts, defaults to 10 milliseconds. If the backoff option is not enabled this value remains constant.
        See Also:
        Constant Field Values
      • FAILOVER_INITIAL_RECONNECT_DELAY

        public static final String FAILOVER_INITIAL_RECONNECT_DELAY
        The amount of time the client will wait before the first attempt to reconnect to a remote peer.
        See Also:
        Constant Field Values
      • FAILOVER_MAX_RECONNECT_ATTEMPTS

        public static final String FAILOVER_MAX_RECONNECT_ATTEMPTS
        The number of reconnection attempts allowed before reporting the connection as failed to the client. The default is no limit or (-1).
        See Also:
        Constant Field Values
      • FAILOVER_USE_RECONNECT_BACK_OFF

        public static final String FAILOVER_USE_RECONNECT_BACK_OFF
        Controls whether the time between reconnection attempts should grow based on a configured multiplier.
        See Also:
        Constant Field Values