| Package | Description | 
|---|---|
| com.hazelcast.map.impl.event | 
| Modifier and Type | Method and Description | 
|---|---|
| EntryEventData | EntryEventDataCache. getOrCreateEventData(String mapName,
                    Address caller,
                    Data dataKey,
                    Object newValue,
                    Object oldValue,
                    Object mergingValue,
                    int eventType,
                    boolean includingValues)If an  EntryEventDatafor the given parameters is already cached then return the cached value, otherwise create,
 cache and return theEntryEventData. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<EntryEventData> | EntryEventDataCache. eventDataExcludingValues()Return  EntryEventDatacreated & cached by invocations toEntryEventDataCache.getOrCreateEventData(String, Address, Data, Object, Object, Object, int, boolean), excluding values from
 theEntryEventDataobject. | 
| Collection<EntryEventData> | EntryEventDataCache. eventDataIncludingValues()Return  EntryEventDatacreated & cached by invocations toEntryEventDataCache.getOrCreateEventData(String, Address, Data, Object, Object, Object, int, boolean), including values in
 theEntryEventDataobject. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | MapEventPublisherImpl. postPublishEvent(Collection<EntryEventData> eventDataIncludingValues,
                Collection<EntryEventData> eventDataExcludingValues)Hook for actions to perform after any of  publishEventmethods is executed. | 
| protected void | MapEventPublisherImpl. postPublishEvent(Collection<EntryEventData> eventDataIncludingValues,
                Collection<EntryEventData> eventDataExcludingValues)Hook for actions to perform after any of  publishEventmethods is executed. | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.