Interface EntryProcessorEvent
- All Superinterfaces:
Event<EntryProcessorEvent.Type>,Event<EntryProcessorEvent.Type>,Iterable<BinaryEntry>
An EntryProcessorEvent captures information relating to the execution of
InvocableMap.EntryProcessors.- Since:
- Coherence 12.1.2
- Author:
- bo, nsa, rhan, mwj 2011.03.29
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturn a Set ofentriesbeing processed by the entry processor.Return theInvocableMap.EntryProcessorassociated with thisEntryProcessorEvent.default Iterator<BinaryEntry>iterator()Returns an iterator over theentriesin this event.Methods inherited from interface com.tangosol.net.events.Event
getType, nextInterceptorMethods inherited from interface com.tangosol.net.events.partition.cache.Event
getBackingMapContext, getCacheName, getDispatcher, getManagerContext, getServiceMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
getEntrySet
Set<BinaryEntry> getEntrySet()Return a Set ofentriesbeing processed by the entry processor.- Returns:
- the Set of entries represented by this event
-
getProcessor
InvocableMap.EntryProcessor getProcessor()Return theInvocableMap.EntryProcessorassociated with thisEntryProcessorEvent.- Returns:
- the entry processor associated with this event
-
iterator
Returns an iterator over theentriesin this event.- Specified by:
iteratorin interfaceIterable<BinaryEntry>- Returns:
- an iterator over the
entriesin this event.
-