K - the type of the keyV - the type of the valuepublic interface CacheWanEventFilter<K,V>
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(String cacheName,
com.hazelcast.cache.CacheEntryView<K,V> entryView,
WanFilterEventType eventType)
This method decides whether this entry view is suitable to replicate
over WAN.
|
boolean filter(String cacheName, com.hazelcast.cache.CacheEntryView<K,V> entryView, WanFilterEventType eventType)
cacheName - the cache nameentryView - the entry vieweventType - the WAN event typetrue if WAN event is not eligible for replication.Copyright © 2020 Hazelcast, Inc.. All rights reserved.