Class LeaderElectionFailOverProperties
java.lang.Object
com.solace.connector.core.properties.LeaderElectionFailOverProperties
Leader election fail-over configuration properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongdoubleintvoidsetBackOffInitialInterval(long backOffInitialInterval) voidsetBackOffMaxInterval(long backOffMaxInterval) voidsetBackOffMultiplier(double backOffMultiplier) voidsetMaxAttempts(int maxAttempts)
-
Constructor Details
-
LeaderElectionFailOverProperties
public LeaderElectionFailOverProperties()
-
-
Method Details
-
getMaxAttempts
public int getMaxAttempts() -
setMaxAttempts
public void setMaxAttempts(int maxAttempts) -
getBackOffInitialInterval
public long getBackOffInitialInterval() -
setBackOffInitialInterval
public void setBackOffInitialInterval(long backOffInitialInterval) -
getBackOffMaxInterval
public long getBackOffMaxInterval() -
setBackOffMaxInterval
public void setBackOffMaxInterval(long backOffMaxInterval) -
getBackOffMultiplier
public double getBackOffMultiplier() -
setBackOffMultiplier
public void setBackOffMultiplier(double backOffMultiplier)
-