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, writeData
public WanReplicationRefReadOnly(WanReplicationRef ref)
public WanReplicationRef setName(String name)
WanReplicationRef
setName
in class WanReplicationRef
name
- the reference namepublic WanReplicationRef setMergePolicy(String mergePolicy)
WanReplicationRef
setMergePolicy
in class WanReplicationRef
mergePolicy
- the merge policypublic WanReplicationRef setFilters(List<String> filters)
WanReplicationRef
NOTE: EE only
setFilters
in class WanReplicationRef
filters
- the list of class names implementing CacheWanEventFilter or MapWanEventFilterpublic WanReplicationRef addFilter(String filter)
WanReplicationRef
NOTE: EE only
addFilter
in class WanReplicationRef
filter
- the class namepublic WanReplicationRef setRepublishingEnabled(boolean republishingEnabled)
WanReplicationRef
setRepublishingEnabled
in class WanReplicationRef
republishingEnabled
- whether WAN event republishing is enabledCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.