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.
|
getAsReadOnly, getFilters, getMergePolicy, getName, isRepublishingEnabled, readData, toString, writeData
public WanReplicationRefReadOnly(WanReplicationRef ref)
public WanReplicationRef setName(String name)
setName
in class WanReplicationRef
public WanReplicationRef setMergePolicy(String mergePolicy)
setMergePolicy
in class WanReplicationRef
public WanReplicationRef setFilters(List<String> filters)
WanReplicationRef
setFilters
in class WanReplicationRef
filters
- the list of class names implementing CacheWanEventFilter or MapWanEventFilterpublic WanReplicationRef addFilter(String filter)
WanReplicationRef
addFilter
in class WanReplicationRef
filter
- the class namepublic WanReplicationRef setRepublishingEnabled(boolean republishingEnabled)
setRepublishingEnabled
in class WanReplicationRef
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.