com.hazelcast.map.impl
Interface MapEventPublisher
public interface MapEventPublisher
Helper methods for publishing events.
- See Also:
MapEventPublisherSupport
Method Summary |
void |
publishEvent(Address caller,
String mapName,
EntryEventType eventType,
boolean synthetic,
Data dataKey,
Data dataOldValue,
Data dataValue)
|
void |
publishEvent(Address caller,
String mapName,
EntryEventType eventType,
Data dataKey,
Data dataOldValue,
Data dataValue)
|
void |
publishMapEvent(Address caller,
String mapName,
EntryEventType eventType,
int numberOfEntriesAffected)
|
void |
publishWanReplicationRemove(String mapName,
Data key,
long removeTime)
|
void |
publishWanReplicationUpdate(String mapName,
EntryView entryView)
|
publishWanReplicationUpdate
void publishWanReplicationUpdate(String mapName,
EntryView entryView)
publishWanReplicationRemove
void publishWanReplicationRemove(String mapName,
Data key,
long removeTime)
publishMapEvent
void publishMapEvent(Address caller,
String mapName,
EntryEventType eventType,
int numberOfEntriesAffected)
publishEvent
void publishEvent(Address caller,
String mapName,
EntryEventType eventType,
Data dataKey,
Data dataOldValue,
Data dataValue)
publishEvent
void publishEvent(Address caller,
String mapName,
EntryEventType eventType,
boolean synthetic,
Data dataKey,
Data dataOldValue,
Data dataValue)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.