com.hazelcast.config
Class WanReplicationRef

java.lang.Object
  extended by com.hazelcast.config.WanReplicationRef
Direct Known Subclasses:
WanReplicationRefReadOnly

public class WanReplicationRef
extends Object


Constructor Summary
WanReplicationRef()
           
WanReplicationRef(String name, String mergePolicy)
           
WanReplicationRef(WanReplicationRef ref)
           
 
Method Summary
 WanReplicationRefReadOnly getAsReadOnly()
           
 String getMergePolicy()
           
 String getName()
           
 WanReplicationRef setMergePolicy(String mergePolicy)
           
 WanReplicationRef setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WanReplicationRef

public WanReplicationRef()

WanReplicationRef

public WanReplicationRef(String name,
                         String mergePolicy)

WanReplicationRef

public WanReplicationRef(WanReplicationRef ref)
Method Detail

getAsReadOnly

public WanReplicationRefReadOnly getAsReadOnly()

getName

public String getName()

setName

public WanReplicationRef setName(String name)

getMergePolicy

public String getMergePolicy()

setMergePolicy

public WanReplicationRef setMergePolicy(String mergePolicy)

toString

public String toString()
Overrides:
toString in class Object


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