Package | Description |
---|---|
com.tangosol.coherence.config.builder |
Defines the typical runtime configuration builders for the Coherence
configuration object model.
|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
com.tangosol.net.partition |
Contains interfaces and classes related to partitioned services.
|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Method and Description |
---|---|
ActionPolicy |
PartitionedCacheQuorumPolicyBuilder.realize(com.tangosol.config.expression.ParameterResolver resolver,
ClassLoader loader,
ParameterList listParameters)
Realizes (creates if necessary) an instance of a object of type T, using the provided
ParameterResolver
to resolve values any referenced Parameter s. |
ActionPolicy |
ActionPolicyBuilder.ActionPolicyParameterizedBuilder.realize(com.tangosol.config.expression.ParameterResolver resolver,
ClassLoader loader,
ParameterList listParameters)
Realizes (creates if necessary) an instance of a object of type T, using the provided
ParameterResolver
to resolve values any referenced Parameter s. |
ActionPolicy |
ActionPolicyBuilder.NullImplementationBuilder.realize(com.tangosol.config.expression.ParameterResolver resolver,
ClassLoader loader,
ParameterList listParameters)
Realizes (creates if necessary) an instance of a object of type T, using the provided
ParameterResolver
to resolve values any referenced Parameter s. |
ActionPolicy |
ClusterQuorumPolicyBuilder.realize(com.tangosol.config.expression.ParameterResolver resolver,
ClassLoader loader,
ParameterList listParameters)
Realizes (creates if necessary) an instance of a object of type T, using the provided
ParameterResolver
to resolve values any referenced Parameter s. |
ActionPolicy |
ProxyQuorumPolicyBuilder.realize(com.tangosol.config.expression.ParameterResolver resolver,
ClassLoader loader,
ParameterList listParameters)
Realizes (creates if necessary) an instance of a object of type T, using the provided
ParameterResolver
to resolve values any referenced Parameter s. |
Constructor and Description |
---|
ActionPolicyParameterizedBuilder(ParameterizedBuilder<ActionPolicy> bldr)
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeActionPolicy
CompositeActionPolicy represents the "intersection" of two policies.
|
class |
ConfigurableQuorumPolicy
ConfigurableQuorumPolicy provides a Quorum-based
ActionPolicy for
services based on the cluster-configuration. |
static class |
ConfigurableQuorumPolicy.ClusterQuorumPolicy
ClusterQuorumPolicy defines an action policy that is applicable to the
cluster.
|
static class |
ConfigurableQuorumPolicy.MembershipQuorumPolicy
MembershipQuorumPolicy is a quorum policy that is stateless and based
solely on service membership sizes.
|
static class |
ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy
PartitionedCacheQuorumPolicy defines a configurable quorum policy that is
applicable to a DistributedCacheService.
|
static class |
ConfigurableQuorumPolicy.ProxyQuorumPolicy
ProxyQuorumPolicy defines a configurable quorum policy that is applicable
to a proxy service.
|
Modifier and Type | Field and Description |
---|---|
protected ActionPolicy |
CompositeActionPolicy.f_policyPrimary
The primary ActionPolicy.
|
protected ActionPolicy |
CompositeActionPolicy.f_policySecondary
The secondary ActionPolicy.
|
Modifier and Type | Method and Description |
---|---|
ActionPolicy |
CompositeActionPolicy.getPrimaryPolicy()
Return the primary policy.
|
ActionPolicy |
CompositeActionPolicy.getSecondaryPolicy()
Return the secondary policy.
|
Constructor and Description |
---|
CompositeActionPolicy(ActionPolicy policyPrimary,
ActionPolicy policySecondary)
Construct a CompositeActionPolicy representing the specified policies.
|
Modifier and Type | Class and Description |
---|---|
class |
FailoverAccessPolicy
FailoverAccessPolicy is used to moderate the client request load during a
failover event in order to allow cache servers adequate opportunity to
re-establish partition backups.
|
Modifier and Type | Class and Description |
---|---|
static class |
NullImplementation.NullActionPolicy
An implementation of an ActionPolicy that allows all actions.
|
Modifier and Type | Field and Description |
---|---|
static ActionPolicy |
NullImplementation.NullActionPolicy.INSTANCE
Singleton instance.
|
Modifier and Type | Method and Description |
---|---|
static ActionPolicy |
NullImplementation.getActionPolicy()
Factory method: Obtain a null implementation of an ActionPolicy.
|