public class CacheWanEventPublisherImpl extends Object implements com.hazelcast.cache.impl.event.CacheWanEventPublisher
| Constructor and Description |
|---|
CacheWanEventPublisherImpl(EnterpriseCacheService cacheService) |
| Modifier and Type | Method and Description |
|---|---|
void |
publishWanRemove(String cacheNameWithPrefix,
com.hazelcast.nio.serialization.Data key) |
void |
publishWanUpdate(String cacheNameWithPrefix,
com.hazelcast.cache.CacheEntryView<com.hazelcast.nio.serialization.Data,com.hazelcast.nio.serialization.Data> entryView) |
public CacheWanEventPublisherImpl(EnterpriseCacheService cacheService)
public void publishWanUpdate(String cacheNameWithPrefix, com.hazelcast.cache.CacheEntryView<com.hazelcast.nio.serialization.Data,com.hazelcast.nio.serialization.Data> entryView)
publishWanUpdate in interface com.hazelcast.cache.impl.event.CacheWanEventPublisherpublic void publishWanRemove(String cacheNameWithPrefix, com.hazelcast.nio.serialization.Data key)
publishWanRemove in interface com.hazelcast.cache.impl.event.CacheWanEventPublisherCopyright © 2021 Hazelcast, Inc.. All Rights Reserved.