public class WanReplicationRefReadOnly extends WanReplicationRef
| Constructor and Description | 
|---|
WanReplicationRefReadOnly(WanReplicationRef ref)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
WanReplicationRef | 
addFilter(String filter)
Deprecated.  
Add class name implementing the CacheWanEventFilter or MapWanEventFilter for filtering WAN replication events. 
 | 
WanReplicationRef | 
setFilters(List<String> filters)
Deprecated.  
Set the list of class names implementing the CacheWanEventFilter or MapWanEventFilter for filtering WAN replication
 events. 
 | 
WanReplicationRef | 
setMergePolicy(String mergePolicy)
Deprecated.  
  | 
WanReplicationRef | 
setName(String name)
Deprecated.  
  | 
WanReplicationRef | 
setRepublishingEnabled(boolean republishingEnabled)
Deprecated.  
  | 
equals, getAsReadOnly, getFilters, getMergePolicy, getName, hashCode, isRepublishingEnabled, readData, toString, writeDatapublic WanReplicationRefReadOnly(WanReplicationRef ref)
public WanReplicationRef setName(String name)
setName in class WanReplicationRefpublic WanReplicationRef setMergePolicy(String mergePolicy)
setMergePolicy in class WanReplicationRefpublic WanReplicationRef setFilters(List<String> filters)
WanReplicationRefsetFilters in class WanReplicationReffilters - the list of class names implementing CacheWanEventFilter or MapWanEventFilterpublic WanReplicationRef addFilter(String filter)
WanReplicationRefaddFilter in class WanReplicationReffilter - the class namepublic WanReplicationRef setRepublishingEnabled(boolean republishingEnabled)
setRepublishingEnabled in class WanReplicationRefCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.