public class WanReplicationRefReadOnly extends WanReplicationRef
| Constructor and Description | 
|---|
| WanReplicationRefReadOnly(WanReplicationRef ref)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| WanReplicationRef | addFilter(String filter)Deprecated.  Adds the class name implementing the CacheWanEventFilter or
 MapWanEventFilter for filtering outbound WAN replication events. | 
| WanReplicationRef | setFilters(List<String> filters)Deprecated.  Sets the list of class names implementing the CacheWanEventFilter or
 MapWanEventFilter for filtering outbound WAN replication events. | 
| WanReplicationRef | setMergePolicy(String mergePolicy)Deprecated.  Sets the merge policy sent to the WAN replication target to merge
 replicated entries with existing target entries. | 
| WanReplicationRef | setName(String name)Deprecated.  Sets the WAN replication reference name. | 
| WanReplicationRef | setRepublishingEnabled(boolean republishingEnabled)Deprecated.  Sets if incoming WAN events to this member should be republished
 (forwarded) to this WAN replication reference. | 
equals, getAsReadOnly, getFilters, getMergePolicy, getName, hashCode, isRepublishingEnabled, readData, toString, writeDatapublic WanReplicationRefReadOnly(WanReplicationRef ref)
public WanReplicationRef setName(String name)
WanReplicationRefsetName in class WanReplicationRefname - the reference namepublic WanReplicationRef setMergePolicy(String mergePolicy)
WanReplicationRefsetMergePolicy in class WanReplicationRefmergePolicy - the merge policypublic WanReplicationRef setFilters(List<String> filters)
WanReplicationRefNOTE: EE only
setFilters in class WanReplicationReffilters - the list of class names implementing CacheWanEventFilter or MapWanEventFilterpublic WanReplicationRef addFilter(String filter)
WanReplicationRefNOTE: EE only
addFilter in class WanReplicationReffilter - the class namepublic WanReplicationRef setRepublishingEnabled(boolean republishingEnabled)
WanReplicationRefsetRepublishingEnabled in class WanReplicationRefrepublishingEnabled - whether WAN event republishing is enabledCopyright © 2022 Hazelcast, Inc.. All Rights Reserved.