|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
java.lang.Enum
com.tangosol.net.events.BackingMapDispatcher.EntryEvent.Type
public static final class BackingMapDispatcher.EntryEvent.Type
The BackingMapDispatcher.EntryEvent types.
| Method Summary | |
|---|---|
static BackingMapDispatcher.EntryEvent.Type |
valueOf(java.lang.String name) |
static BackingMapDispatcher.EntryEvent.Type[] |
values() |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Field Detail |
|---|
public static final BackingMapDispatcher.EntryEvent.Type INSERTING
BackingMapDispatcher.EntryEvent is dispatched before one or more BinaryEntry(s) are inserted into the backing-map.
The following holds:
public static final BackingMapDispatcher.EntryEvent.Type INSERTED
BackingMapDispatcher.EntryEvent is dispatched after one or more BinaryEntry(s) have been inserted into the backing-map. This event is raised after the insert has been committed. The BinaryEntry(s) provided for this event type are immutable. For a given BinaryEntry, events will be raised in the same order as the changes occurred.public static final BackingMapDispatcher.EntryEvent.Type UPDATING
BackingMapDispatcher.EntryEvent is dispatched before a BinaryEntry is updated in backing-map.
The following holds:
public static final BackingMapDispatcher.EntryEvent.Type UPDATED
BackingMapDispatcher.EntryEvent is dispatched after one or more BinaryEntry(s) have been updated in the backing-map. This event is raised after the update has been committed. The BinaryEntry(s) provided for this event type are immutable. For a given BinaryEntry, events will be raised in the same order as the changes occurred.public static final BackingMapDispatcher.EntryEvent.Type REMOVING
BackingMapDispatcher.EntryEvent is dispatched before a BinaryEntry has been removed from backing-map.
The following holds:
public static final BackingMapDispatcher.EntryEvent.Type REMOVED
BackingMapDispatcher.EntryEvent is dispatched after one or more BinaryEntry(s) have been removed from the backing-map. This event is raised after the removal has been committed. The BinaryEntry(s) provided for this event type are immutable. For a given BinaryEntry, events will be raised in the same order as the changes occurred.| Method Detail |
|---|
public static BackingMapDispatcher.EntryEvent.Type[] values()
public static BackingMapDispatcher.EntryEvent.Type valueOf(java.lang.String name)
|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||