Enum FilterTrigger.ActionCode
The action taken if an evaluation of the ICacheTriggerEntry object representing a pending change fails (returns false).
Namespace: Tangosol.Util.Filter
Assembly: Coherence.dll
Syntax
public enum FilterTrigger.ActionCode
Fields
Name | Description |
---|---|
Ignore | Evaluation failure results in restoring the original entry's value. |
Remove | Evaluation failure results in a removal of the entry. |
Rollback | Evaluation failure results in an ArgumentException thrown by the trigger. |