com.netflix.loadbalancer
Interface ServerListFilter<T extends Server>

Type Parameters:
T -
All Known Implementing Classes:
AbstractServerListFilter

public interface ServerListFilter<T extends Server>

This interface allows for filtering the configured or dynamically obtained List of candidate servers with desirable characteristics.


Method Summary
 java.util.List<T> getFilteredListOfServers(java.util.List<T> servers)
           
 

Method Detail

getFilteredListOfServers

java.util.List<T> getFilteredListOfServers(java.util.List<T> servers)