Package | Description |
---|---|
org.apache.activemq.artemis.api.core.client.loadbalance |
Modifier and Type | Class and Description |
---|---|
class |
FirstElementConnectionLoadBalancingPolicy
A
FirstElementConnectionLoadBalancingPolicy.select(int) always returns 0. |
class |
RandomConnectionLoadBalancingPolicy
RandomConnectionLoadBalancingPolicy.select(int) returns a (pseudo) random integer between
0 (inclusive) and max (exclusive). |
class |
RandomStickyConnectionLoadBalancingPolicy
RandomConnectionLoadBalancingPolicy.select(int) chooses a the initial node randomly then subsequent requests return the same node |
class |
RoundRobinConnectionLoadBalancingPolicy
RoundRobinConnectionLoadBalancingPolicy corresponds to a round-robin load-balancing policy.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.