Uses of Class
org.apache.activemq.artemis.core.server.LiveNodeLocator
-
Packages that use LiveNodeLocator Package Description org.apache.activemq.artemis.core.server.impl -
-
Uses of LiveNodeLocator in org.apache.activemq.artemis.core.server.impl
Subclasses of LiveNodeLocator in org.apache.activemq.artemis.core.server.impl 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
-