| Package | Description |
|---|---|
| org.factor45.malabarista.balancing | |
| org.factor45.malabarista.util |
| Modifier and Type | Method and Description |
|---|---|
HostAndPort |
LoadBalancer.getBalancerAddress() |
HostAndPort |
DefaultLoadBalancer.getBalancerAddress() |
HostAndPort |
RoundRobinBalancingStrategy.selectTarget(String originHost,
int originPort) |
HostAndPort |
BalancingStrategy.selectTarget(String originHost,
int originPort) |
| Modifier and Type | Method and Description |
|---|---|
List<HostAndPort> |
RoundRobinBalancingStrategy.geTargetAddresses() |
List<HostAndPort> |
BalancingStrategy.geTargetAddresses() |
List<HostAndPort> |
LoadBalancer.getTargetAddresses() |
List<HostAndPort> |
DefaultLoadBalancer.getTargetAddresses() |
| Constructor and Description |
|---|
DefaultLoadBalancer(String id,
HostAndPort balancerAddress,
BalancingStrategy balancingStrategy) |
DefaultLoadBalancer(String id,
HostAndPort balancerAddress,
BalancingStrategy balancingStrategy,
Executor bossPool,
Executor workerPool) |
| Constructor and Description |
|---|
RoundRobinBalancingStrategy(List<HostAndPort> targets) |
| Modifier and Type | Method and Description |
|---|---|
static HostAndPort |
HostAndPort.decode(String string) |
Copyright © 2014 Atlassian. All Rights Reserved.