com.hazelcast.config
Class WanReplicationRefReadOnly

java.lang.Object
  extended by com.hazelcast.config.WanReplicationRef
      extended by com.hazelcast.config.WanReplicationRefReadOnly

public class WanReplicationRefReadOnly
extends WanReplicationRef

Configuration for Wan target replication reference(read only)


Constructor Summary
WanReplicationRefReadOnly(WanReplicationRef ref)
           
 
Method Summary
 WanReplicationRef setMergePolicy(String mergePolicy)
           
 WanReplicationRef setName(String name)
           
 
Methods inherited from class com.hazelcast.config.WanReplicationRef
getAsReadOnly, getMergePolicy, getName, toString
 
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


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