public abstract class BaseLoadBalancer<T> extends Object implements ILoadBalancer<T>
| Constructor and Description |
|---|
BaseLoadBalancer() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
hasNext() |
T |
next() |
protected abstract T |
pickResource() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaininglpezet