Uses of Enum
com.hazelcast.enterprise.wan.WanFilterEventType
Packages that use WanFilterEventType
Package
Description
This package contains enterprise WAN replication functionality.
This package contains the enterprise WAN implementation
This package contains map specific enterprise WAN replication functionality.
-
Uses of WanFilterEventType in com.hazelcast.cache.wan
Methods in com.hazelcast.cache.wan with parameters of type WanFilterEventTypeModifier and TypeMethodDescriptionbooleanCacheWanEventFilter.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. -
Uses of WanFilterEventType in com.hazelcast.enterprise.wan
Methods in com.hazelcast.enterprise.wan that return WanFilterEventTypeModifier and TypeMethodDescriptionstatic WanFilterEventTypeReturns 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. -
Uses of WanFilterEventType in com.hazelcast.map.wan
Methods in com.hazelcast.map.wan with parameters of type WanFilterEventTypeModifier and TypeMethodDescriptionbooleanMapWanEventFilter.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.