Uses of Enum Class
org.apache.activemq.artemis.core.server.cluster.impl.MessageLoadBalancingType
Packages that use MessageLoadBalancingType
Package
Description
-
Uses of MessageLoadBalancingType in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config that return MessageLoadBalancingTypeMethods in org.apache.activemq.artemis.core.config with parameters of type MessageLoadBalancingTypeModifier and TypeMethodDescriptionClusterConnectionConfiguration.setMessageLoadBalancingType(MessageLoadBalancingType messageLoadBalancingType) -
Uses of MessageLoadBalancingType in org.apache.activemq.artemis.core.postoffice
Methods in org.apache.activemq.artemis.core.postoffice that return MessageLoadBalancingTypeMethods in org.apache.activemq.artemis.core.postoffice with parameters of type MessageLoadBalancingTypeModifier and TypeMethodDescriptionvoidBindings.setMessageLoadBalancingType(MessageLoadBalancingType messageLoadBalancingType) -
Uses of MessageLoadBalancingType in org.apache.activemq.artemis.core.postoffice.impl
Methods in org.apache.activemq.artemis.core.postoffice.impl that return MessageLoadBalancingTypeMethods in org.apache.activemq.artemis.core.postoffice.impl with parameters of type MessageLoadBalancingTypeModifier and TypeMethodDescriptionvoidBindingsImpl.setMessageLoadBalancingType(MessageLoadBalancingType messageLoadBalancingType) -
Uses of MessageLoadBalancingType in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return MessageLoadBalancingTypeMethods in org.apache.activemq.artemis.core.server with parameters of type MessageLoadBalancingTypeModifier and TypeMethodDescriptionRoutingContext.setLoadBalancingType(MessageLoadBalancingType messageLoadBalancingType) -
Uses of MessageLoadBalancingType in org.apache.activemq.artemis.core.server.cluster
Methods in org.apache.activemq.artemis.core.server.cluster that return MessageLoadBalancingType -
Uses of MessageLoadBalancingType in org.apache.activemq.artemis.core.server.cluster.impl
Methods in org.apache.activemq.artemis.core.server.cluster.impl that return MessageLoadBalancingTypeModifier and TypeMethodDescriptionRemoteQueueBindingImpl.getMessageLoadBalancingType()static MessageLoadBalancingTypeReturns the enum constant of this class with the specified name.static MessageLoadBalancingType[]MessageLoadBalancingType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.activemq.artemis.core.server.cluster.impl with parameters of type MessageLoadBalancingTypeModifierConstructorDescriptionClusterConnectionImpl(ClusterManager manager, DiscoveryGroupConfiguration dg, TransportConfiguration connector, SimpleString name, SimpleString address, int minLargeMessageSize, long clientFailureCheckPeriod, long connectionTTL, long retryInterval, double retryIntervalMultiplier, long maxRetryInterval, int initialConnectAttempts, int reconnectAttempts, long callTimeout, long callFailoverTimeout, boolean useDuplicateDetection, MessageLoadBalancingType messageLoadBalancingType, int confirmationWindowSize, int producerWindowSize, ExecutorFactory executorFactory, ActiveMQServer server, PostOffice postOffice, ManagementService managementService, ScheduledExecutorService scheduledExecutor, int maxHops, NodeManager nodeManager, String clusterUser, String clusterPassword, boolean allowDirectConnectionsOnly, long clusterNotificationInterval, int clusterNotificationAttempts, String clientId, int topologyScannerAttempts) ClusterConnectionImpl(ClusterManager manager, TransportConfiguration[] staticTranspConfigs, TransportConfiguration connector, SimpleString name, SimpleString address, int minLargeMessageSize, long clientFailureCheckPeriod, long connectionTTL, long retryInterval, double retryIntervalMultiplier, long maxRetryInterval, int initialConnectAttempts, int reconnectAttempts, long callTimeout, long callFailoverTimeout, boolean useDuplicateDetection, MessageLoadBalancingType messageLoadBalancingType, int confirmationWindowSize, int producerWindowSize, ExecutorFactory executorFactory, ActiveMQServer server, PostOffice postOffice, ManagementService managementService, ScheduledExecutorService scheduledExecutor, int maxHops, NodeManager nodeManager, String clusterUser, String clusterPassword, boolean allowDirectConnectionsOnly, long clusterNotificationInterval, int clusterNotificationAttempts, String clientId, int topologyScannerAttempts) RemoteQueueBindingImpl(long id, SimpleString address, SimpleString uniqueName, SimpleString routingName, Long remoteQueueID, SimpleString filterString, Queue storeAndForwardQueue, SimpleString bridgeName, int distance, MessageLoadBalancingType messageLoadBalancingType) -
Uses of MessageLoadBalancingType in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return MessageLoadBalancingTypeMethods in org.apache.activemq.artemis.core.server.impl with parameters of type MessageLoadBalancingTypeModifier and TypeMethodDescriptionRoutingContextImpl.setLoadBalancingType(MessageLoadBalancingType messageLoadBalancingType)