com.hazelcast.multimap.impl
Class MultiMapEventsPublisher

java.lang.Object
  extended by com.hazelcast.multimap.impl.MultiMapEventsPublisher

public class MultiMapEventsPublisher
extends Object

Publishes multimap entry and map events through eventService


Constructor Summary
MultiMapEventsPublisher(NodeEngine nodeEngine)
           
 
Method Summary
 void publishEntryEvent(String multiMapName, EntryEventType eventType, Data key, Object value)
           
 void publishMultiMapEvent(String mapName, EntryEventType eventType, int numberOfEntriesAffected)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiMapEventsPublisher

public MultiMapEventsPublisher(NodeEngine nodeEngine)
Method Detail

publishMultiMapEvent

public void publishMultiMapEvent(String mapName,
                                 EntryEventType eventType,
                                 int numberOfEntriesAffected)

publishEntryEvent

public final void publishEntryEvent(String multiMapName,
                                    EntryEventType eventType,
                                    Data key,
                                    Object value)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.