K - the type of the keyV - the type of the valuepublic interface MapWanEventFilter<K,V>
IMap
based wan replication events.| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(String mapName,
com.hazelcast.core.EntryView<K,V> entryView,
WanFilterEventType eventType)
This method decides whether this entry view is suitable to replicate
over WAN.
|
boolean filter(String mapName, com.hazelcast.core.EntryView<K,V> entryView, WanFilterEventType eventType)
mapName - the map nameentryView - the entry vieweventType - the WAN event typetrue if WAN event is not eligible for replicationCopyright © 2021 Hazelcast, Inc.. All rights reserved.