Uses of Class
org.apache.activemq.artemis.core.client.impl.Topology
Packages that use Topology
Package
Description
-
Uses of Topology in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client that return TopologyModifier and TypeMethodDescriptionServerLocator.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 TopologyModifier and TypeMethodDescriptionServerLocatorImpl.getTopology()ServerLocatorInternal.getTopology()Topology.setExecutor(Executor executor) Constructors in org.apache.activemq.artemis.core.client.impl with parameters of type TopologyModifierConstructorDescriptionServerLocatorImpl(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 servers -
Uses of Topology in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server with parameters of type TopologyModifier and TypeMethodDescriptionvoidActiveMQServerLogger_impl.incompleteClusterTopology(String clusterConnection, Topology topology, String topologyMembers) voidActiveMQServerLogger.incompleteClusterTopology(String clusterConnection, Topology topology, String topologyMembers) -
Uses of Topology in org.apache.activemq.artemis.core.server.cluster
Methods in org.apache.activemq.artemis.core.server.cluster that return TopologyModifier and TypeMethodDescriptionClusterController.getDefaultClusterTopology()ClusterConnection.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 -
Uses of Topology in org.apache.activemq.artemis.core.server.cluster.quorum
Methods in org.apache.activemq.artemis.core.server.cluster.quorum with parameters of type TopologyModifier and TypeMethodDescriptionabstract voidQuorumVote.allVotesCast(Topology voteTopology) called by theQuorumManagerwhen all the votes have been cast and received.voidQuorumVoteServerConnect.allVotesCast(Topology voteTopology) voidcalled by the quorum when a node in the quorum goes downvoidif the node going down is the node we are replicating from then decide on an action.voidcalled by the quorum when a node in the quorum goes upvoid