public class SharedStoreMasterPolicyConfiguration extends Object implements HAPolicyConfiguration
HAPolicyConfiguration.TYPE
Constructor and Description |
---|
SharedStoreMasterPolicyConfiguration() |
Modifier and Type | Method and Description |
---|---|
long |
getFailbackDelay()
Deprecated.
|
HAPolicyConfiguration.TYPE |
getType() |
boolean |
isFailoverOnServerShutdown() |
boolean |
isWaitForActivation() |
SharedStoreMasterPolicyConfiguration |
setFailbackDelay(long failbackDelay)
Deprecated.
|
SharedStoreMasterPolicyConfiguration |
setFailoverOnServerShutdown(boolean failoverOnServerShutdown) |
SharedStoreMasterPolicyConfiguration |
setWaitForActivation(Boolean waitForActivation) |
public SharedStoreMasterPolicyConfiguration()
public HAPolicyConfiguration.TYPE getType()
getType
in interface HAPolicyConfiguration
@Deprecated public long getFailbackDelay()
@Deprecated public SharedStoreMasterPolicyConfiguration setFailbackDelay(long failbackDelay)
public boolean isFailoverOnServerShutdown()
public SharedStoreMasterPolicyConfiguration setFailoverOnServerShutdown(boolean failoverOnServerShutdown)
public boolean isWaitForActivation()
public SharedStoreMasterPolicyConfiguration setWaitForActivation(Boolean waitForActivation)
Copyright © 2017 JBoss by Red Hat. All rights reserved.