Uses of Class
com.tangosol.coherence.config.builder.ServiceLoadBalancerBuilder
Packages that use ServiceLoadBalancerBuilder
Package
Description
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
-
Uses of ServiceLoadBalancerBuilder in com.tangosol.coherence.config.builder
Subclasses of ServiceLoadBalancerBuilder in com.tangosol.coherence.config.builderModifier and TypeClassDescriptionclass
InvalidConfigServiceLoadBalancerBuilder
defers reporting configuration exception until realized.class
ProxyServiceLoadBalancerBuilder
defers evaluating configuration parameters until ServiceLoadBalancer is instantiated. -
Uses of ServiceLoadBalancerBuilder in com.tangosol.coherence.config.xml.processor
Methods in com.tangosol.coherence.config.xml.processor that return ServiceLoadBalancerBuilderModifier and TypeMethodDescriptionServiceLoadBalancerProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.