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)
true if WAN event is not eligible for replicationCopyright © 2022 Hazelcast, Inc.. All Rights Reserved.