Uses of Interface
com.tangosol.net.ActionPolicy
Package
Description
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Contains basic cluster interfaces and factories.
Contains interfaces and classes related to partitioned services.
Contains various generic utilities.
-
Uses of ActionPolicy in com.tangosol.coherence.config.builder
Modifier and TypeMethodDescriptionActionPolicyBuilder.ActionPolicyParameterizedBuilder.realize
(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters) Realizes (creates if necessary) an instance of a object of type T, using the providedParameterResolver
to resolve values any referencedParameter
s.ActionPolicyBuilder.NullImplementationBuilder.realize
(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters) Realizes (creates if necessary) an instance of a object of type T, using the providedParameterResolver
to resolve values any referencedParameter
s.ClusterQuorumPolicyBuilder.realize
(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters) Realizes (creates if necessary) an instance of a object of type T, using the providedParameterResolver
to resolve values any referencedParameter
s.PartitionedCacheQuorumPolicyBuilder.realize
(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters) Realizes (creates if necessary) an instance of a object of type T, using the providedParameterResolver
to resolve values any referencedParameter
s.ProxyQuorumPolicyBuilder.realize
(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters) Realizes (creates if necessary) an instance of a object of type T, using the providedParameterResolver
to resolve values any referencedParameter
s.ModifierConstructorDescription -
Uses of ActionPolicy in com.tangosol.net
Modifier and TypeClassDescriptionclass
CompositeActionPolicy represents the "intersection" of two policies.class
ConfigurableQuorumPolicy provides a Quorum-basedActionPolicy
for services based on the cluster-configuration.static class
ClusterQuorumPolicy defines an action policy that is applicable to the cluster.static class
MembershipQuorumPolicy is a quorum policy that is stateless and based solely on service membership sizes.static class
PartitionedCacheQuorumPolicy defines a configurable quorum policy that is applicable to a DistributedCacheService.static class
ProxyQuorumPolicy defines a configurable quorum policy that is applicable to a proxy service.Modifier and TypeFieldDescriptionprotected final ActionPolicy
CompositeActionPolicy.f_policyPrimary
The primary ActionPolicy.protected final ActionPolicy
CompositeActionPolicy.f_policySecondary
The secondary ActionPolicy.Modifier and TypeMethodDescriptionCompositeActionPolicy.getPrimaryPolicy()
Return the primary policy.CompositeActionPolicy.getSecondaryPolicy()
Return the secondary policy.ModifierConstructorDescriptionCompositeActionPolicy
(ActionPolicy policyPrimary, ActionPolicy policySecondary) Construct a CompositeActionPolicy representing the specified policies. -
Uses of ActionPolicy in com.tangosol.net.partition
Modifier and TypeClassDescriptionclass
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. -
Uses of ActionPolicy in com.tangosol.util
Modifier and TypeClassDescriptionstatic class
An implementation of an ActionPolicy that allows all actions.Modifier and TypeFieldDescriptionstatic final ActionPolicy
NullImplementation.NullActionPolicy.INSTANCE
Singleton instance.Modifier and TypeMethodDescriptionstatic ActionPolicy
NullImplementation.getActionPolicy()
Factory method: Obtain a null implementation of an ActionPolicy.