FilterTriggerActionCode Enumeration |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
The action taken if an evaluation of the
ICacheTriggerEntry object representing a pending
change fails (returns
false).
Namespace:
Tangosol.Util.Filter
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
Members
| Member name | Value | Description |
---|
| Rollback | 0 |
Evaluation failure results in an
ArgumentException thrown by the trigger.
|
| Ignore | 1 |
Evaluation failure results in restoring the original entry's
value.
|
| Remove | 2 |
Evaluation failure results in a removal of the entry.
|
See Also