Uses of Interface
com.tangosol.net.ServiceLoadBalancer
Packages that use ServiceLoadBalancer
Package
Description
Defines the typical runtime configuration builders for the Coherence
 configuration object model.
Contains basic cluster interfaces and factories.
Contains interfaces and classes related to proxy services.
- 
Uses of ServiceLoadBalancer in com.tangosol.coherence.config.builder
Fields in com.tangosol.coherence.config.builder with type parameters of type ServiceLoadBalancerModifier and TypeFieldDescriptionprotected ParameterizedBuilder<ServiceLoadBalancer> ServiceLoadBalancerBuilder.m_builderCustomized ServiceLoadBalancerBuilder.Methods in com.tangosol.coherence.config.builder that return ServiceLoadBalancerModifier and TypeMethodDescriptionInvalidConfigServiceLoadBalancerBuilder.getDefaultLoadBalancer()Use thisServiceLoadBalancerwhen a customized ServiceLoadBalancer is not provided.ProxyServiceLoadBalancerBuilder.getDefaultLoadBalancer()Use thisServiceLoadBalancerwhen a customized ServiceLoadBalancer is not provided.abstract ServiceLoadBalancerServiceLoadBalancerBuilder.getDefaultLoadBalancer()Use thisServiceLoadBalancerwhen a customized ServiceLoadBalancer is not provided.InvalidConfigServiceLoadBalancerBuilder.realize(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters) Realizes (creates if necessary) an instance of a object of type T, using the providedParameterResolverto resolve values any referencedParameters.ProxyServiceLoadBalancerBuilder.realize(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters) Realizes (creates if necessary) an instance of a object of type T, using the providedParameterResolverto resolve values any referencedParameters.ServiceLoadBalancerBuilder.realize(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters) Realizes (creates if necessary) an instance of a object of type T, using the providedParameterResolverto resolve values any referencedParameters.Constructor parameters in com.tangosol.coherence.config.builder with type arguments of type ServiceLoadBalancerModifierConstructorDescriptionServiceLoadBalancerBuilder(ParameterizedBuilder<ServiceLoadBalancer> builder, XmlElement xmlConfig) ConstructsServiceLoadBalancerBuilder - 
Uses of ServiceLoadBalancer in com.tangosol.net
Classes in com.tangosol.net that implement ServiceLoadBalancerModifier and TypeClassDescriptionclassAbstractServiceLoadBalancer<S extends Service,T extends ServiceLoad> An abstract base for ServiceLoadBalancer implementations.classSimpleServiceLoadBalancer<S extends Service,T extends ServiceLoad> A simple ServiceLoadBalancer implementation. - 
Uses of ServiceLoadBalancer in com.tangosol.net.proxy
Subinterfaces of ServiceLoadBalancer in com.tangosol.net.proxyModifier and TypeInterfaceDescriptioninterfaceA ProxyServiceLoadBalancer is a pluggable strategy for controlling the client load across individual members of a clustered ProxyService.Classes in com.tangosol.net.proxy that implement ServiceLoadBalancerModifier and TypeClassDescriptionclassDefault ProxyServiceLoadBalancer implementation.