Class SharedStoreMasterPolicyConfiguration
- java.lang.Object
-
- org.apache.activemq.artemis.core.config.ha.SharedStoreMasterPolicyConfiguration
-
- All Implemented Interfaces:
Serializable,HAPolicyConfiguration
public class SharedStoreMasterPolicyConfiguration extends Object implements HAPolicyConfiguration
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.activemq.artemis.core.config.HAPolicyConfiguration
HAPolicyConfiguration.TYPE
-
-
Constructor Summary
Constructors Constructor Description SharedStoreMasterPolicyConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description longgetFailbackDelay()Deprecated.HAPolicyConfiguration.TYPEgetType()booleanisFailoverOnServerShutdown()booleanisWaitForActivation()SharedStoreMasterPolicyConfigurationsetFailbackDelay(long failbackDelay)Deprecated.SharedStoreMasterPolicyConfigurationsetFailoverOnServerShutdown(boolean failoverOnServerShutdown)SharedStoreMasterPolicyConfigurationsetWaitForActivation(Boolean waitForActivation)
-
-
-
Method Detail
-
getType
public HAPolicyConfiguration.TYPE getType()
- Specified by:
getTypein interfaceHAPolicyConfiguration
-
getFailbackDelay
@Deprecated public long getFailbackDelay()
Deprecated.
-
setFailbackDelay
@Deprecated public SharedStoreMasterPolicyConfiguration setFailbackDelay(long failbackDelay)
Deprecated.
-
isFailoverOnServerShutdown
public boolean isFailoverOnServerShutdown()
-
setFailoverOnServerShutdown
public SharedStoreMasterPolicyConfiguration setFailoverOnServerShutdown(boolean failoverOnServerShutdown)
-
isWaitForActivation
public boolean isWaitForActivation()
-
setWaitForActivation
public SharedStoreMasterPolicyConfiguration setWaitForActivation(Boolean waitForActivation)
-
-