| Modifier and Type | Field and Description |
|---|---|
protected List<InternalServerProxy> |
AbstractLoadBalancerStrategy.serverProxies |
| Modifier and Type | Method and Description |
|---|---|
InternalServerProxy |
RoundRobinStrategy.getServerProxy(S request) |
InternalServerProxy |
LoadBalancerStrategy.getServerProxy(S request) |
InternalServerProxy |
FailOverStrategy.getServerProxy(S request) |
| Modifier and Type | Method and Description |
|---|---|
List<InternalServerProxy> |
LoadBalancerStrategy.getServerProxies() |
List<InternalServerProxy> |
AbstractLoadBalancerStrategy.getServerProxies() |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
LoadBalancerStrategy.handleException(String apiName,
InternalServerProxy serverProxy,
Throwable throwable) |
Throwable |
AbstractLoadBalancerStrategy.handleException(String apiName,
InternalServerProxy serverProxy,
Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoadBalancerStrategy.setServerProxies(List<InternalServerProxy> serverProxies)
set a list of objects to be invoked by the orchestrator.
|
void |
AbstractLoadBalancerStrategy.setServerProxies(List<InternalServerProxy> serverProxies) |
Copyright © 2015 Cisco. All rights reserved.