Uses of Interface
com.tangosol.net.ActionPolicy
Packages that use 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
Methods in com.tangosol.coherence.config.builder that return ActionPolicyModifier and TypeMethodDescriptionActionPolicyBuilder.ActionPolicyParameterizedBuilder.realize(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters) Realizes (creates if necessary) an instance of a object of type T, using the providedParameterResolverto resolve values any referencedParameters.ActionPolicyBuilder.NullImplementationBuilder.realize(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters) Realizes (creates if necessary) an instance of a object of type T, using the providedParameterResolverto resolve values any referencedParameters.ClusterQuorumPolicyBuilder.realize(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters) Realizes (creates if necessary) an instance of a object of type T, using the providedParameterResolverto resolve values any referencedParameters.PartitionedCacheQuorumPolicyBuilder.realize(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters) Realizes (creates if necessary) an instance of a object of type T, using the providedParameterResolverto resolve values any referencedParameters.ProxyQuorumPolicyBuilder.realize(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters) Realizes (creates if necessary) an instance of a object of type T, using the providedParameterResolverto resolve values any referencedParameters.Constructor parameters in com.tangosol.coherence.config.builder with type arguments of type ActionPolicyModifierConstructorDescription - 
Uses of ActionPolicy in com.tangosol.net
Classes in com.tangosol.net that implement ActionPolicyModifier and TypeClassDescriptionclassCompositeActionPolicy represents the "intersection" of two policies.classConfigurableQuorumPolicy provides a Quorum-basedActionPolicyfor services based on the cluster-configuration.static classClusterQuorumPolicy defines an action policy that is applicable to the cluster.static classMembershipQuorumPolicy is a quorum policy that is stateless and based solely on service membership sizes.static classPartitionedCacheQuorumPolicy defines a configurable quorum policy that is applicable to a DistributedCacheService.static classProxyQuorumPolicy defines a configurable quorum policy that is applicable to a proxy service.Fields in com.tangosol.net declared as ActionPolicyModifier and TypeFieldDescriptionprotected final ActionPolicyCompositeActionPolicy.f_policyPrimaryThe primary ActionPolicy.protected final ActionPolicyCompositeActionPolicy.f_policySecondaryThe secondary ActionPolicy.Methods in com.tangosol.net that return ActionPolicyModifier and TypeMethodDescriptionCompositeActionPolicy.getPrimaryPolicy()Return the primary policy.CompositeActionPolicy.getSecondaryPolicy()Return the secondary policy.Constructors in com.tangosol.net with parameters of type ActionPolicyModifierConstructorDescriptionCompositeActionPolicy(ActionPolicy policyPrimary, ActionPolicy policySecondary) Construct a CompositeActionPolicy representing the specified policies. - 
Uses of ActionPolicy in com.tangosol.net.partition
Classes in com.tangosol.net.partition that implement ActionPolicyModifier and TypeClassDescriptionclassFailoverAccessPolicy 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
Classes in com.tangosol.util that implement ActionPolicyModifier and TypeClassDescriptionstatic classAn implementation of an ActionPolicy that allows all actions.Fields in com.tangosol.util declared as ActionPolicyModifier and TypeFieldDescriptionstatic final ActionPolicyNullImplementation.NullActionPolicy.INSTANCESingleton instance.Methods in com.tangosol.util that return ActionPolicyModifier and TypeMethodDescriptionstatic ActionPolicyNullImplementation.getActionPolicy()Factory method: Obtain a null implementation of an ActionPolicy.