public class SharedStoreSlaveHAPolicy<T extends SharedStoreSlaveHAPolicy<T>> extends Object
Constructor and Description |
---|
SharedStoreSlaveHAPolicy() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
Boolean |
allowFailback()
Whether a server will automatically stop when a another places a request
to take over its place.
|
T |
allowFailback(Boolean value)
Whether a server will automatically stop when a another places a request
to take over its place.
|
Boolean |
failoverOnServerShutdown()
Whether the server must failover when it is normally shutdown.
|
T |
failoverOnServerShutdown(Boolean value)
Whether the server must failover when it is normally shutdown.
|
String |
getKey() |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Boolean |
restartBackup()
Will this server, if a backup, restart once it has been stopped because
of failback or scaling down.
|
T |
restartBackup(Boolean value)
Will this server, if a backup, restart once it has been stopped because
of failback or scaling down.
|
Boolean |
scaleDown()
Configure whether this server send its messages to another live server in
the scale-down cluster when it is shutdown cleanly.
|
T |
scaleDown(Boolean value)
Configure whether this server send its messages to another live server in
the scale-down cluster when it is shutdown cleanly.
|
String |
scaleDownClusterName()
Name of the cluster used to scale down.
|
T |
scaleDownClusterName(String value)
Name of the cluster used to scale down.
|
T |
scaleDownConnector(String value)
List of connectors used to form the scale-down cluster.
|
List<String> |
scaleDownConnectors()
List of connectors used to form the scale-down cluster.
|
T |
scaleDownConnectors(List<String> value)
List of connectors used to form the scale-down cluster.
|
T |
scaleDownConnectors(String... args)
List of connectors used to form the scale-down cluster.
|
String |
scaleDownDiscoveryGroup()
Name of the discovery group used to build the scale-down cluster
|
T |
scaleDownDiscoveryGroup(String value)
Name of the discovery group used to build the scale-down cluster
|
String |
scaleDownGroupName()
Name of the group used to scale down.
|
T |
scaleDownGroupName(String value)
Name of the group used to scale down.
|
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Boolean allowFailback()
public T allowFailback(Boolean value)
public Boolean failoverOnServerShutdown()
public T failoverOnServerShutdown(Boolean value)
public Boolean restartBackup()
public T restartBackup(Boolean value)
public Boolean scaleDown()
public T scaleDown(Boolean value)
public String scaleDownClusterName()
public T scaleDownClusterName(String value)
public List<String> scaleDownConnectors()
public T scaleDownConnectors(List<String> value)
public T scaleDownConnector(String value)
public T scaleDownConnectors(String... args)
public String scaleDownDiscoveryGroup()
public T scaleDownDiscoveryGroup(String value)
public String scaleDownGroupName()
Copyright © 2019 JBoss by Red Hat. All rights reserved.