Uses of Interface
org.apache.activemq.artemis.api.core.client.ClusterTopologyListener
Packages that use ClusterTopologyListener
Package
Description
-
Uses of ClusterTopologyListener in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client with parameters of type ClusterTopologyListenerModifier and TypeMethodDescriptionServerLocator.addClusterTopologyListener(ClusterTopologyListener listener) voidServerLocator.removeClusterTopologyListener(ClusterTopologyListener listener) -
Uses of ClusterTopologyListener in org.apache.activemq.artemis.core.client.impl
Methods in org.apache.activemq.artemis.core.client.impl with parameters of type ClusterTopologyListenerModifier and TypeMethodDescriptionServerLocatorImpl.addClusterTopologyListener(ClusterTopologyListener listener) voidTopology.addClusterTopologyListener(ClusterTopologyListener listener) voidServerLocatorImpl.removeClusterTopologyListener(ClusterTopologyListener listener) voidTopology.removeClusterTopologyListener(ClusterTopologyListener listener) voidTopology.sendTopology(ClusterTopologyListener listener) -
Uses of ClusterTopologyListener in org.apache.activemq.artemis.core.server
Classes in org.apache.activemq.artemis.core.server that implement ClusterTopologyListenerModifier and TypeClassDescriptionclassA class that will locate a particular server running in a cluster. -
Uses of ClusterTopologyListener in org.apache.activemq.artemis.core.server.cluster
Subinterfaces of ClusterTopologyListener in org.apache.activemq.artemis.core.server.clusterMethods in org.apache.activemq.artemis.core.server.cluster with parameters of type ClusterTopologyListenerModifier and TypeMethodDescriptionvoidClusterConnection.addClusterTopologyListener(ClusterTopologyListener listener) voidClusterController.addClusterTopologyListener(ClusterTopologyListener clusterTopologyListener) It addsclusterTopologyListenertodefaultLocator.voidClusterController.addClusterTopologyListenerForReplication(ClusterTopologyListener listener) voidClusterConnection.removeClusterTopologyListener(ClusterTopologyListener listener) voidClusterController.removeClusterTopologyListener(ClusterTopologyListener clusterTopologyListener) It removeclusterTopologyListenerfromdefaultLocator.voidClusterController.removeClusterTopologyListenerForReplication(ClusterTopologyListener listener) -
Uses of ClusterTopologyListener in org.apache.activemq.artemis.core.server.cluster.impl
Classes in org.apache.activemq.artemis.core.server.cluster.impl that implement ClusterTopologyListenerMethods in org.apache.activemq.artemis.core.server.cluster.impl with parameters of type ClusterTopologyListenerModifier and TypeMethodDescriptionvoidClusterConnectionImpl.addClusterTopologyListener(ClusterTopologyListener listener) voidClusterConnectionImpl.removeClusterTopologyListener(ClusterTopologyListener listener) -
Uses of ClusterTopologyListener in org.apache.activemq.artemis.core.server.cluster.quorum
Classes in org.apache.activemq.artemis.core.server.cluster.quorum that implement ClusterTopologyListenerModifier and TypeClassDescriptionfinal classA QourumManager can be used to register aQuorumto receive notifications about changes to the cluster. -
Uses of ClusterTopologyListener in org.apache.activemq.artemis.core.server.impl
Classes in org.apache.activemq.artemis.core.server.impl that implement ClusterTopologyListenerModifier and TypeClassDescriptionclassThis implementation looks for any available node, once tried with no success it is marked as tried and the next available is used.classThis implementation looks for any available node, once tried with no success it is marked as tried and the next available is used.classIt looks for a server in the cluster with a specific NodeIDclassclassLooks for a server in the cluster with a specific backupGroupNameclassLooks for a server in the cluster with a specific scaleDownGroupName -
Uses of ClusterTopologyListener in org.apache.activemq.artemis.core.server.routing.pools
Classes in org.apache.activemq.artemis.core.server.routing.pools that implement ClusterTopologyListener