Uses of Class
org.apache.activemq.artemis.core.client.impl.Topology
-
-
Uses of Topology in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client that return Topology Modifier and Type Method Description TopologyServerLocator. getTopology()Exposes the Topology used by this ServerLocator. -
Uses of Topology in org.apache.activemq.artemis.core.client.impl
Methods in org.apache.activemq.artemis.core.client.impl that return Topology Modifier and Type Method Description TopologyServerLocatorImpl. getTopology()TopologyServerLocatorInternal. getTopology()TopologyTopology. setExecutor(Executor executor)Constructors in org.apache.activemq.artemis.core.client.impl with parameters of type Topology Constructor Description ServerLocatorImpl(Topology topology, boolean useHA, DiscoveryGroupConfiguration groupConfiguration)Create a ServerLocatorImpl using UDP discovery to lookup clusterServerLocatorImpl(Topology topology, boolean useHA, TransportConfiguration... transportConfigs)Create a ServerLocatorImpl using a static list of live servers -
Uses of Topology in org.apache.activemq.artemis.core.server.cluster
Methods in org.apache.activemq.artemis.core.server.cluster that return Topology Modifier and Type Method Description TopologyClusterController. getDefaultClusterTopology()TopologyClusterConnection. getTopology() -
Uses of Topology in org.apache.activemq.artemis.core.server.cluster.impl
Methods in org.apache.activemq.artemis.core.server.cluster.impl that return Topology Modifier and Type Method Description TopologyClusterConnectionImpl. getTopology() -
Uses of Topology in org.apache.activemq.artemis.core.server.cluster.qourum
Methods in org.apache.activemq.artemis.core.server.cluster.qourum with parameters of type Topology Modifier and Type Method Description abstract voidQuorumVote. allVotesCast(Topology voteTopology)called by theQuorumManagerwhen all the votes have been cast and received.voidQuorumVoteServerConnect. allVotesCast(Topology voteTopology)voidQuorum. nodeDown(Topology topology, long eventUID, String nodeID)called by the quorum when a node in the quorum goes downvoidSharedNothingBackupQuorum. nodeDown(Topology topology, long eventUID, String nodeID)if the node going down is the node we are replicating from then decide on an action.voidQuorum. nodeUp(Topology topology)called by the quorum when a node in the quorum goes upvoidSharedNothingBackupQuorum. nodeUp(Topology topology)
-