Uses of Interface
com.tangosol.net.ServiceLoad
-
Packages that use ServiceLoad Package Description com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.proxy Contains interfaces and classes related to proxy services. -
-
Uses of ServiceLoad in com.tangosol.net
Classes in com.tangosol.net with type parameters of type ServiceLoad Modifier and Type Class Description class
AbstractServiceLoadBalancer<S extends Service,T extends ServiceLoad>
An abstract base for ServiceLoadBalancer implementations.interface
ServiceLoadBalancer<S extends Service,T extends ServiceLoad>
A ServiceLoadBalancer is a pluggable strategy for controlling the client load across individual members of a clustered Service.class
SimpleServiceLoadBalancer<S extends Service,T extends ServiceLoad>
A simple ServiceLoadBalancer implementation. -
Uses of ServiceLoad in com.tangosol.net.proxy
Subinterfaces of ServiceLoad in com.tangosol.net.proxy Modifier and Type Interface Description interface
ProxyServiceLoad
A ProxyServiceLoad encapsulates information about the current utilization of a ProxyService.
-