Show / Hide Table of Contents

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.

In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.