public class MasterConfiguration extends Object
| Constructor and Description |
|---|
MasterConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
checkForLiveServer()
Whether to check the cluster for another server using the same server ID when starting up.
|
MasterConfiguration |
checkForLiveServer(Boolean value)
Whether to check the cluster for another server using the same server ID when starting up.
|
String |
clusterName()
Name of the cluster used for replication.
|
MasterConfiguration |
clusterName(String value)
Name of the cluster used for replication.
|
String |
getKey() |
String |
groupName()
If set, backup servers will only pair with live servers with matching group-name.
|
MasterConfiguration |
groupName(String value)
If set, backup servers will only pair with live servers with matching group-name.
|
public String getKey()
public Boolean checkForLiveServer()
public MasterConfiguration checkForLiveServer(Boolean value)
public String clusterName()
public MasterConfiguration clusterName(String value)
public String groupName()
public MasterConfiguration groupName(String value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.