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
EntryEventData for the given parameters is already cached then return the cached value, otherwise create,
cache and return the EntryEventData . |
Modifier and Type | Method and Description |
---|---|
Collection<EntryEventData> |
EntryEventDataCache.eventDataExcludingValues()
Return
EntryEventData created & cached by invocations to
EntryEventDataCache.getOrCreateEventData(String, Address, Data, Object, Object, Object, int, boolean) , excluding values from
the EntryEventData object. |
Collection<EntryEventData> |
EntryEventDataCache.eventDataIncludingValues()
Return
EntryEventData created & cached by invocations to
EntryEventDataCache.getOrCreateEventData(String, Address, Data, Object, Object, Object, int, boolean) , including values in
the EntryEventData object. |
Modifier and Type | Method and Description |
---|---|
protected void |
MapEventPublisherImpl.postPublishEvent(Collection<EntryEventData> eventDataIncludingValues,
Collection<EntryEventData> eventDataExcludingValues)
Hook for actions to perform after any of
publishEvent methods is executed. |
protected void |
MapEventPublisherImpl.postPublishEvent(Collection<EntryEventData> eventDataIncludingValues,
Collection<EntryEventData> eventDataExcludingValues)
Hook for actions to perform after any of
publishEvent methods is executed. |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.