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 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.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 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.Fields in com.tangosol.net declared as ActionPolicyModifier and TypeFieldDescriptionprotected final ActionPolicy
CompositeActionPolicy.f_policyPrimary
The primary ActionPolicy.protected final ActionPolicy
CompositeActionPolicy.f_policySecondary
The 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 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
Classes in com.tangosol.util that implement ActionPolicyModifier and TypeClassDescriptionstatic class
An implementation of an ActionPolicy that allows all actions.Fields in com.tangosol.util declared as ActionPolicyModifier and TypeFieldDescriptionstatic final ActionPolicy
NullImplementation.NullActionPolicy.INSTANCE
Singleton instance.Methods in com.tangosol.util that return ActionPolicyModifier and TypeMethodDescriptionstatic ActionPolicy
NullImplementation.getActionPolicy()
Factory method: Obtain a null implementation of an ActionPolicy.