public interface CoherenceFederationParamsBean extends SettableBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTIVE_ACTIVE_TOPOLOGY |
static java.lang.String |
ACTIVE_PASSIVE_TOPOLOGY |
static java.lang.String |
NONE_TOPOLOGY |
static java.lang.String |
PASSIVE_ACTIVE_TOPOLOGY |
Modifier and Type | Method and Description |
---|---|
void |
addRemoteParticipantHost(java.lang.String remoteParticipantHost)
Adds a remote participant hosts in the federation configuration.
|
java.lang.String |
getFederationTopology()
The federation topology.
|
int |
getRemoteCoherenceClusterListenPort()
The Coherence Cluster Listen Port of the remote participant.
|
java.lang.String |
getRemoteCoherenceClusterName()
The Coherence Cluster Name of the remote participant cluster.
|
java.lang.String[] |
getRemoteParticipantHosts()
The list of remote participant hosts, who will be added as participants in the federation topology.
|
void |
removeRemoteParticipantHost(java.lang.String remoteParticipantHost)
Removes a remote participant host from the federation configuration.
|
void |
setFederationTopology(java.lang.String federationTopology)
Sets the federation topology to use.
|
void |
setRemoteCoherenceClusterListenPort(int remoteCoherenceClusterListenPort)
Sets Coherence Cluster Listen Port of the remote participant cluster.
|
void |
setRemoteCoherenceClusterName(java.lang.String remoteCoherenceClusterName)
Sets the Coherence Cluster Name of the remote participant cluster.
|
void |
setRemoteParticipantHosts(java.lang.String[] remoteParticipantHosts)
Sets the remote participant hosts for the federation configuration.
|
isSet, unSet
static final java.lang.String NONE_TOPOLOGY
static final java.lang.String ACTIVE_ACTIVE_TOPOLOGY
static final java.lang.String ACTIVE_PASSIVE_TOPOLOGY
static final java.lang.String PASSIVE_ACTIVE_TOPOLOGY
java.lang.String getFederationTopology()
The federation topology.
void setFederationTopology(java.lang.String federationTopology)
federationTopology
- java.lang.String[] getRemoteParticipantHosts()
The list of remote participant hosts, who will be added as participants in the federation topology.
void addRemoteParticipantHost(java.lang.String remoteParticipantHost)
remoteParticipantHost
- void removeRemoteParticipantHost(java.lang.String remoteParticipantHost)
remoteParticipantHost
- void setRemoteParticipantHosts(java.lang.String[] remoteParticipantHosts)
remoteParticipantHosts
- java.lang.String getRemoteCoherenceClusterName()
The Coherence Cluster Name of the remote participant cluster.
void setRemoteCoherenceClusterName(java.lang.String remoteCoherenceClusterName)
remoteCoherenceClusterName
- int getRemoteCoherenceClusterListenPort()
The Coherence Cluster Listen Port of the remote participant.
void setRemoteCoherenceClusterListenPort(int remoteCoherenceClusterListenPort)
remoteCoherenceClusterListenPort
-