|
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.InvocationEvent.Type
public static final class BackingMapDispatcher.InvocationEvent.Type
The BackingMapDispatcher.InvocationEvent types.
| Field Summary | |
|---|---|
static BackingMapDispatcher.InvocationEvent.Type |
EXECUTEDThis BackingMapDispatcher.InvocationEvent is dispatched after an InvocableMap.EntryProcessor has been executed. |
static BackingMapDispatcher.InvocationEvent.Type |
EXECUTINGThis BackingMapDispatcher.InvocationEvent is raised prior to executing an InvocableMap.EntryProcessor on a set of entries. |
| Method Summary | |
|---|---|
static BackingMapDispatcher.InvocationEvent.Type |
valueOf(java.lang.String name) |
static BackingMapDispatcher.InvocationEvent.Type[] |
values() |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Field Detail |
|---|
public static final BackingMapDispatcher.InvocationEvent.Type EXECUTING
BackingMapDispatcher.InvocationEvent is raised prior to executing an InvocableMap.EntryProcessor on a set of entries.
The following holds:
InvocableMap.EntryProcessor provided for this event type is mutable. The processor could be shared across threads, so processor implementations modified in this fashion must ensure thread-safetypublic static final BackingMapDispatcher.InvocationEvent.Type EXECUTED
BackingMapDispatcher.InvocationEvent is dispatched after an InvocableMap.EntryProcessor has been executed.| Method Detail |
|---|
public static BackingMapDispatcher.InvocationEvent.Type[] values()
public static BackingMapDispatcher.InvocationEvent.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 | |||||||