Modifier and Type | Method and Description |
---|---|
Topology |
ServerLocator.getTopology()
Exposes the Topology used by this ServerLocator.
|
Modifier and Type | Method and Description |
---|---|
Topology |
ServerLocatorInternal.getTopology() |
Topology |
ServerLocatorImpl.getTopology() |
Constructor and Description |
---|
ServerLocatorImpl(Topology topology,
boolean useHA,
DiscoveryGroupConfiguration groupConfiguration)
Create a ServerLocatorImpl using UDP discovery to lookup cluster
|
ServerLocatorImpl(Topology topology,
boolean useHA,
TransportConfiguration... transportConfigs)
Create a ServerLocatorImpl using a static list of live servers
|
Modifier and Type | Method and Description |
---|---|
Topology |
ClusterController.getDefaultClusterTopology() |
Topology |
ClusterConnection.getTopology() |
Modifier and Type | Method and Description |
---|---|
Topology |
ClusterConnectionImpl.getTopology() |
Modifier and Type | Method and Description |
---|---|
void |
QuorumVoteServerConnect.allVotesCast(Topology voteTopology) |
abstract void |
QuorumVote.allVotesCast(Topology voteTopology)
called by the
QuorumManager when all the votes have been cast and received. |
void |
SharedNothingBackupQuorum.decideOnAction(Topology topology) |
void |
SharedNothingBackupQuorum.nodeDown(Topology topology,
long eventUID,
String nodeID)
if the node going down is the node we are replicating from then decide on an action.
|
void |
Quorum.nodeDown(Topology topology,
long eventUID,
String nodeID)
called by the quorum when a node in the quorum goes down
|
void |
SharedNothingBackupQuorum.nodeUp(Topology topology) |
void |
Quorum.nodeUp(Topology topology)
called by the quorum when a node in the quorum goes up
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.