Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.net.events.partition.cache
Interface EntryProcessorEvent

All Superinterfaces:
Event

public interface EntryProcessorEvent
extends Event

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
static class EntryProcessorEvent.Type
          The EntryProcessorEvent types.

 

Method Summary
 java.util.Set getEntrySet()
          Return a Set of entries being processed by the entry processor.
 InvocableMap.EntryProcessor getProcessor()
          Return the InvocableMap.EntryProcessor associated with this EntryProcessorEvent.

 

Methods inherited from interface com.tangosol.net.events.partition.cache.Event
getDispatcher

 

Methods inherited from interface com.tangosol.net.events.Event
getType, nextInterceptor

 

Method Detail

getEntrySet

java.util.Set getEntrySet()
Return a Set of entries being processed by the entry processor.
Returns:
the Set of entries represented by this event

getProcessor

InvocableMap.EntryProcessor getProcessor()
Return the InvocableMap.EntryProcessor associated with this EntryProcessorEvent.
Returns:
the entry processor associated with this event

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.