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.
|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
Modifier and Type | Class and Description |
---|---|
static class |
ActionPolicyBuilder.ActionPolicyParameterizedBuilder
ActionPolicyBuilder wrapper for a ParameterizedBuilder. |
static class |
ActionPolicyBuilder.NullImplementationBuilder
ActionPolicy Null Implementation
|
class |
ClusterQuorumPolicyBuilder
Defer cache configuration validation of a
ClusterQuorumPolicyBuilder until realized. |
class |
PartitionedCacheQuorumPolicyBuilder
Defer cache configuration validation of an ActionPolicy until realized.
|
class |
ProxyQuorumPolicyBuilder
Defer cache configuration validation of a ProxyQuorumPolicy until realized.
|
Modifier and Type | Method and Description |
---|---|
ActionPolicyBuilder |
PartitionedQuorumPolicyProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
ActionPolicyBuilder |
ProxyQuorumPolicyProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
Modifier and Type | Method and Description |
---|---|
ActionPolicyBuilder |
ClusterDependencies.getClusterActionPolicyBuilder()
Obtain the action policy builder used by the cluster to control cluster
membership actions.
|