|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.netflix.loadbalancer.AbstractServerList<T>
public abstract class AbstractServerList<T extends Server>
The class that defines how a list of servers are obtained, updated and filtered for use by NIWS
Constructor Summary | |
---|---|
AbstractServerList()
|
Method Summary | |
---|---|
AbstractServerListFilter<T> |
getFilterImpl(IClientConfig niwsClientConfig)
This will be called ONLY ONCE to obtain the Filter class instance Concrete imple |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.netflix.loadbalancer.ServerList |
---|
getInitialListOfServers, getUpdatedListOfServers |
Methods inherited from interface com.netflix.client.IClientConfigAware |
---|
initWithNiwsConfig |
Constructor Detail |
---|
public AbstractServerList()
Method Detail |
---|
public AbstractServerListFilter<T> getFilterImpl(IClientConfig niwsClientConfig) throws ClientException
niwsClientConfig
-
ClientException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |