| Package | Description |
|---|---|
| com.hazelcast.cache.wan |
This package contains enterprise WAN replication functionality.
|
| com.hazelcast.enterprise.wan |
This package contains the enterprise WAN implementation
|
| com.hazelcast.map.wan |
This package contains map specific enterprise WAN replication functionality.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CacheWanEventFilter.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.
|
| Modifier and Type | Method and Description |
|---|---|
static WanFilterEventType |
WanFilterEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WanFilterEventType[] |
WanFilterEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MapWanEventFilter.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.
|
Copyright © 2022 Hazelcast, Inc.. All rights reserved.