com.hazelcast.multimap.impl
Class MultiMapEventsPublisher
java.lang.Object
com.hazelcast.multimap.impl.MultiMapEventsPublisher
public class MultiMapEventsPublisher
- extends Object
Publishes multimap entry and map events through eventService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiMapEventsPublisher
public MultiMapEventsPublisher(NodeEngine nodeEngine)
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.