com.hazelcast.config
Class WanReplicationRefReadOnly

java.lang.Object
  extended by com.hazelcast.config.WanReplicationRef
      extended by com.hazelcast.config.WanReplicationRefReadOnly
All Implemented Interfaces:
DataSerializable, Serializable

public class WanReplicationRefReadOnly
extends WanReplicationRef

Configuration for Wan target replication reference(read only)

See Also:
Serialized Form

Constructor Summary
WanReplicationRefReadOnly(WanReplicationRef ref)
           
 
Method Summary
 WanReplicationRef setMergePolicy(String mergePolicy)
           
 WanReplicationRef setName(String name)
           
 WanReplicationRef setRepublishingEnabled(boolean republishingEnabled)
           
 
Methods inherited from class com.hazelcast.config.WanReplicationRef
getAsReadOnly, getMergePolicy, getName, isRepublishingEnabled, readData, toString, writeData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WanReplicationRefReadOnly

public WanReplicationRefReadOnly(WanReplicationRef ref)
Method Detail

setName

public WanReplicationRef setName(String name)
Overrides:
setName in class WanReplicationRef

setMergePolicy

public WanReplicationRef setMergePolicy(String mergePolicy)
Overrides:
setMergePolicy in class WanReplicationRef

setRepublishingEnabled

public WanReplicationRef setRepublishingEnabled(boolean republishingEnabled)
Overrides:
setRepublishingEnabled in class WanReplicationRef


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.