Package com.tangosol.net.proxy
Interface ProxyServiceLoadBalancer
- 
- All Superinterfaces:
 Comparator<ProxyServiceLoad>,ServiceLoadBalancer<ProxyService,ProxyServiceLoad>
- All Known Implementing Classes:
 DefaultProxyServiceLoadBalancer
public interface ProxyServiceLoadBalancer extends ServiceLoadBalancer<ProxyService,ProxyServiceLoad>
A ProxyServiceLoadBalancer is a pluggable strategy for controlling the client load across individual members of a clustered ProxyService.- Since:
 - Coherence 3.7
 - Author:
 - jh 2010.12.07
 
 
- 
- 
Method Summary
- 
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong 
- 
Methods inherited from interface com.tangosol.net.ServiceLoadBalancer
compare, getMemberList, init, update 
 - 
 
 -