Uses of Class
org.apache.activemq.artemis.core.server.cluster.impl.MessageLoadBalancingType
-
-
Uses of MessageLoadBalancingType in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config that return MessageLoadBalancingType Modifier and Type Method Description MessageLoadBalancingTypeClusterConnectionConfiguration. getMessageLoadBalancingType()Methods in org.apache.activemq.artemis.core.config with parameters of type MessageLoadBalancingType Modifier and Type Method Description ClusterConnectionConfigurationClusterConnectionConfiguration. setMessageLoadBalancingType(MessageLoadBalancingType messageLoadBalancingType) -
Uses of MessageLoadBalancingType in org.apache.activemq.artemis.core.postoffice
Methods in org.apache.activemq.artemis.core.postoffice that return MessageLoadBalancingType Modifier and Type Method Description MessageLoadBalancingTypeBindings. getMessageLoadBalancingType()Methods in org.apache.activemq.artemis.core.postoffice with parameters of type MessageLoadBalancingType Modifier and Type Method Description voidBindings. 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 MessageLoadBalancingType Modifier and Type Method Description MessageLoadBalancingTypeBindingsImpl. getMessageLoadBalancingType()Methods in org.apache.activemq.artemis.core.postoffice.impl with parameters of type MessageLoadBalancingType Modifier and Type Method Description voidBindingsImpl. setMessageLoadBalancingType(MessageLoadBalancingType messageLoadBalancingType) -
Uses of MessageLoadBalancingType in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return MessageLoadBalancingType Modifier and Type Method Description MessageLoadBalancingTypeRoutingContext. getLoadBalancingType()Methods in org.apache.activemq.artemis.core.server with parameters of type MessageLoadBalancingType Modifier and Type Method Description RoutingContextRoutingContext. 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 Modifier and Type Method Description MessageLoadBalancingTypeRemoteQueueBinding. getMessageLoadBalancingType() -
Uses of MessageLoadBalancingType in org.apache.activemq.artemis.core.server.cluster.impl
Methods in org.apache.activemq.artemis.core.server.cluster.impl that return MessageLoadBalancingType Modifier and Type Method Description MessageLoadBalancingTypeRemoteQueueBindingImpl. getMessageLoadBalancingType()static MessageLoadBalancingTypeMessageLoadBalancingType. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageLoadBalancingType[]MessageLoadBalancingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.activemq.artemis.core.server.cluster.impl with parameters of type MessageLoadBalancingType Constructor Description ClusterConnectionImpl(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)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)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 MessageLoadBalancingType Modifier and Type Method Description MessageLoadBalancingTypeRoutingContextImpl. getLoadBalancingType()Methods in org.apache.activemq.artemis.core.server.impl with parameters of type MessageLoadBalancingType Modifier and Type Method Description RoutingContextImplRoutingContextImpl. setLoadBalancingType(MessageLoadBalancingType messageLoadBalancingType)
-