Class SharedStorePrimaryPolicyConfiguration
java.lang.Object
org.apache.activemq.artemis.core.config.ha.SharedStorePrimaryPolicyConfiguration
- All Implemented Interfaces:
Serializable
,HAPolicyConfiguration
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.activemq.artemis.core.config.HAPolicyConfiguration
HAPolicyConfiguration.TYPE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
Deprecated.getType()
boolean
boolean
setFailbackDelay
(long failbackDelay) Deprecated.setFailoverOnServerShutdown
(boolean failoverOnServerShutdown) setWaitForActivation
(boolean waitForActivation)
-
Constructor Details
-
SharedStorePrimaryPolicyConfiguration
public SharedStorePrimaryPolicyConfiguration()
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceHAPolicyConfiguration
-
getFailbackDelay
Deprecated. -
setFailbackDelay
Deprecated. -
isFailoverOnServerShutdown
public boolean isFailoverOnServerShutdown() -
setFailoverOnServerShutdown
public SharedStorePrimaryPolicyConfiguration setFailoverOnServerShutdown(boolean failoverOnServerShutdown) -
isWaitForActivation
public boolean isWaitForActivation() -
setWaitForActivation
-