public class HaPolicyLiveOnly<T extends HaPolicyLiveOnly> extends Object
| Constructor and Description |
|---|
HaPolicyLiveOnly() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
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.
|
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.
|
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 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 String scaleDownDiscoveryGroup()
public T scaleDownDiscoveryGroup(String value)
public String scaleDownGroupName()
Copyright © 2015 JBoss by Red Hat. All rights reserved.