Uses of Class
com.hazelcast.config.WanReplicationRef
Packages that use WanReplicationRef
-
Uses of WanReplicationRef in com.hazelcast.config
Methods in com.hazelcast.config that return WanReplicationRefModifier and TypeMethodDescriptionAdds the class name implementing the CacheWanEventFilter or MapWanEventFilter for filtering outbound WAN replication events.CacheConfig.getWanReplicationRef()
CacheSimpleConfig.getWanReplicationRef()
Gets the WAN target replication reference.MapConfig.getWanReplicationRef()
Gets the WAN target replication reference.WanReplicationRef.setFilters
(List<String> filters) Sets the list of class names implementing the CacheWanEventFilter or MapWanEventFilter for filtering outbound WAN replication events.WanReplicationRef.setMergePolicyClassName
(String mergePolicyClassName) Sets the merge policy sent to the WAN replication target to merge replicated entries with existing target entries.Sets the WAN replication reference name.WanReplicationRef.setRepublishingEnabled
(boolean republishEnabled) Sets if incoming WAN events to this member should be republished (forwarded) to this WAN replication reference.Methods in com.hazelcast.config with parameters of type WanReplicationRefModifier and TypeMethodDescriptionCacheConfig.setWanReplicationRef
(WanReplicationRef wanReplicationRef) CacheSimpleConfig.setWanReplicationRef
(WanReplicationRef wanReplicationRef) Sets the WAN target replication reference.MapConfig.setWanReplicationRef
(WanReplicationRef wanReplicationRef) Sets the WAN target replication reference.Constructors in com.hazelcast.config with parameters of type WanReplicationRef