Uses of Class
com.tangosol.coherence.config.builder.ServiceLoadBalancerBuilder
-
Packages that use ServiceLoadBalancerBuilder Package Description com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.com.tangosol.coherence.config.xml.processor 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.builder Modifier and Type Class Description class
InvalidConfigServiceLoadBalancerBuilder
InvalidConfigServiceLoadBalancerBuilder
defers reporting configuration exception until realized.class
ProxyServiceLoadBalancerBuilder
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 ServiceLoadBalancerBuilder Modifier and Type Method Description ServiceLoadBalancerBuilder
ServiceLoadBalancerProcessor. process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.
-