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.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidConfigServiceLoadBalancerBuilder
InvalidConfigServiceLoadBalancerBuilder defers reporting
configuration exception until realized. |
class |
ProxyServiceLoadBalancerBuilder
ProxyServiceLoadBalancerBuilder defers evaluating configuration parameters
until ServiceLoadBalancer is instantiated. |
Modifier and Type | Method and Description |
---|---|
ServiceLoadBalancerBuilder |
ServiceLoadBalancerProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |