Uses of Class
org.apache.activemq.artemis.core.server.cluster.ClusterController
-
Packages that use ClusterController Package Description org.apache.activemq.artemis.core.server.cluster org.apache.activemq.artemis.core.server.cluster.qourum org.apache.activemq.artemis.core.server.impl -
-
Uses of ClusterController in org.apache.activemq.artemis.core.server.cluster
Methods in org.apache.activemq.artemis.core.server.cluster that return ClusterController Modifier and Type Method Description ClusterControllerClusterManager. getClusterController() -
Uses of ClusterController in org.apache.activemq.artemis.core.server.cluster.qourum
Constructors in org.apache.activemq.artemis.core.server.cluster.qourum with parameters of type ClusterController Constructor Description QuorumManager(ExecutorService threadPool, ClusterController clusterController) -
Uses of ClusterController in org.apache.activemq.artemis.core.server.impl
Constructors in org.apache.activemq.artemis.core.server.impl with parameters of type ClusterController Constructor Description BackupRecoveryJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration, ActiveMQServer parentServer, ServerLocatorInternal locator, ClusterController clusterController)ScaleDownHandler(PagingManager pagingManager, PostOffice postOffice, NodeManager nodeManager, ClusterController clusterController, StorageManager storageManager)
-