Uses of Interface
com.tangosol.net.ServiceLoad
Packages that use ServiceLoad
Package
Description
Contains basic cluster interfaces and factories.
Contains interfaces and classes related to proxy services.
- 
Uses of ServiceLoad in com.tangosol.netClasses in com.tangosol.net with type parameters of type ServiceLoadModifier and TypeClassDescriptionclassAbstractServiceLoadBalancer<S extends Service,T extends ServiceLoad> An abstract base for ServiceLoadBalancer implementations.interfaceServiceLoadBalancer<S extends Service,T extends ServiceLoad> A ServiceLoadBalancer is a pluggable strategy for controlling the client load across individual members of a clustered Service.classSimpleServiceLoadBalancer<S extends Service,T extends ServiceLoad> A simple ServiceLoadBalancer implementation.
- 
Uses of ServiceLoad in com.tangosol.net.proxySubinterfaces of ServiceLoad in com.tangosol.net.proxyModifier and TypeInterfaceDescriptioninterfaceA ProxyServiceLoad encapsulates information about the current utilization of a ProxyService.