Uses of Interface
org.apache.activemq.artemis.core.server.group.GroupingHandler
-
-
Uses of GroupingHandler in org.apache.activemq.artemis.core.postoffice.impl
Constructors in org.apache.activemq.artemis.core.postoffice.impl with parameters of type GroupingHandler Constructor Description BindingsImpl(SimpleString name, GroupingHandler groupingHandler) -
Uses of GroupingHandler in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return GroupingHandler Modifier and Type Method Description GroupingHandlerActiveMQServer. getGroupingHandler()Methods in org.apache.activemq.artemis.core.server with parameters of type GroupingHandler Modifier and Type Method Description voidActiveMQServer. setGroupingHandler(GroupingHandler groupingHandler) -
Uses of GroupingHandler in org.apache.activemq.artemis.core.server.group.impl
Classes in org.apache.activemq.artemis.core.server.group.impl that implement GroupingHandler Modifier and Type Class Description classGroupHandlingAbstractclassLocalGroupingHandlerA Local Grouping handler.classRemoteGroupingHandlerA remote Grouping handler. -
Uses of GroupingHandler in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return GroupingHandler Modifier and Type Method Description GroupingHandlerActiveMQServerImpl. getGroupingHandler()Methods in org.apache.activemq.artemis.core.server.impl with parameters of type GroupingHandler Modifier and Type Method Description JournalLoaderActivation. createJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration, ActiveMQServer parentServer)JournalLoaderSharedNothingBackupActivation. createJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration, ActiveMQServer parentServer)JournalLoaderSharedStoreBackupActivation. createJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration, ActiveMQServer parentServer)voidActiveMQServerImpl. setGroupingHandler(GroupingHandler groupingHandler)Constructors in org.apache.activemq.artemis.core.server.impl with parameters of type GroupingHandler 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)PostOfficeJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration)PostOfficeJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration, Map<Long,Queue> queues)
-