public class MultiMapEventsPublisher extends Object
| Constructor and Description | 
|---|
MultiMapEventsPublisher(NodeEngine nodeEngine)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
publishEntryEvent(String multiMapName,
                 EntryEventType eventType,
                 Data key,
                 Object newValue,
                 Object oldValue)  | 
void | 
publishMultiMapEvent(String mapName,
                    EntryEventType eventType,
                    int numberOfEntriesAffected)  | 
public MultiMapEventsPublisher(NodeEngine nodeEngine)
public void publishMultiMapEvent(String mapName, EntryEventType eventType, int numberOfEntriesAffected)
public final void publishEntryEvent(String multiMapName, EntryEventType eventType, Data key, Object newValue, Object oldValue)
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.