|
Oracle® Coherence Java API Reference v3.5.3 E15583-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface MapTrigger.Entry
A MapTrigger Entry represents a pending change to an Entry that is about
to committed to the underlying Map. The methods inherited from
InvocableMap.Entry provide both the pending state and the ability
to alter that state. The original state of the Entry can be obtained using
the getOriginalValue() and isOriginalPresent() methods.
| Method Summary | |
|---|---|
java.lang.Object |
getOriginalValue()
Determine the value that existed before the start of the mutating operation that is being evaluated by the trigger. |
boolean |
isOriginalPresent()
Determine whether or not the Entry existed before the start of the mutating operation that is being evaluated by the trigger. |
| Methods inherited from interface com.tangosol.util.InvocableMap.Entry |
|---|
getKey, getValue, isPresent, remove, setValue, setValue, update |
| Methods inherited from interface com.tangosol.util.QueryMap.Entry |
|---|
extract |
| Methods inherited from interface java.util.Map.Entry |
|---|
equals, hashCode |
| Method Detail |
|---|
java.lang.Object getOriginalValue()
boolean isOriginalPresent()
|
Oracle® Coherence Java API Reference v3.5.3 E15583-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||