Package com.tangosol.net.proxy
Interface ProxyServiceLoad
-
- All Superinterfaces:
Comparable
,ServiceLoad
public interface ProxyServiceLoad extends ServiceLoad
A ProxyServiceLoad encapsulates information about the current utilization of a ProxyService. It can be used to implement load balancing algorithms that control the distribution of clients across individual instances of a clustered ProxyService.- Since:
- Coherence 3.7
- Author:
- jh 2010.12.07
- See Also:
ProxyServiceLoadBalancer
-
-
Method Summary
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface com.tangosol.net.ServiceLoad
getConnectionCount, getConnectionLimit, getConnectionPendingCount, getDaemonActiveCount, getDaemonCount, getMessageBacklogIncoming, getMessageBacklogOutgoing
-
-