Uses of Interface
org.apache.activemq.artemis.api.core.client.ClusterTopologyListener
-
-
Uses of ClusterTopologyListener in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client with parameters of type ClusterTopologyListener Modifier and Type Method Description ServerLocatorServerLocator. 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 ClusterTopologyListener Modifier and Type Method Description ServerLocatorImplServerLocatorImpl. 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 ClusterTopologyListener Modifier and Type Class Description classLiveNodeLocatorA class that will locate a particular live 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.cluster Modifier and Type Interface Description interfaceClusterConnectionMethods in org.apache.activemq.artemis.core.server.cluster with parameters of type ClusterTopologyListener Modifier and Type Method Description voidClusterConnection. addClusterTopologyListener(ClusterTopologyListener listener)voidClusterController. addClusterTopologyListener(ClusterTopologyListener clusterTopologyListener)It addsclusterTopologyListenertodefaultLocator.voidClusterController. addClusterTopologyListenerForReplication(ClusterTopologyListener listener)add a cluster listenervoidClusterConnection. removeClusterTopologyListener(ClusterTopologyListener listener)voidClusterController. removeClusterTopologyListener(ClusterTopologyListener clusterTopologyListener)It removeclusterTopologyListenerfromdefaultLocator.voidClusterController. removeClusterTopologyListenerForReplication(ClusterTopologyListener listener)add a cluster 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 ClusterTopologyListener Modifier and Type Class Description classClusterConnectionImplMethods in org.apache.activemq.artemis.core.server.cluster.impl with parameters of type ClusterTopologyListener Modifier and Type Method Description voidClusterConnectionImpl. addClusterTopologyListener(ClusterTopologyListener listener)voidClusterConnectionImpl. removeClusterTopologyListener(ClusterTopologyListener listener) -
Uses of ClusterTopologyListener in org.apache.activemq.artemis.core.server.cluster.qourum
Classes in org.apache.activemq.artemis.core.server.cluster.qourum that implement ClusterTopologyListener Modifier and Type Class Description classQuorumManagerA 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 ClusterTopologyListener Modifier and Type Class Description classAnyLiveNodeLocatorForReplicationThis implementation looks for any available live node, once tried with no success it is marked as tried and the next available is used.classAnyLiveNodeLocatorForScaleDownThis implementation looks for any available live node, once tried with no success it is marked as tried and the next available is used.classNamedLiveNodeIdLocatorForReplicationIt looks for a live server in the cluster with a specific NodeIDclassNamedLiveNodeLocatorForReplicationNamedLiveNodeLocatorForReplication looks for a live server in the cluster with a specific backupGroupNameclassNamedLiveNodeLocatorForScaleDownNamedLiveNodeLocatorForScaleDown looks for a live server in the cluster with a specific scaleDownGroupNameclassNamedNodeIdNodeLocator -
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 Modifier and Type Class Description classClusterPool
-