public interface BalancerStrategy
| Modifier and Type | Interface and Description |
|---|---|
static class |
BalancerStrategy.Type |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAvailableEndpoints() |
void |
markAsOffline(String url) |
void |
markAsOnline(String url) |
String |
next() |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.