com.hazelcast.config
Class WanReplicationRef

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

public class WanReplicationRef
extends Object


Constructor Summary
WanReplicationRef()
           
 
Method Summary
 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()
Method Detail

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 © 2008-2012 Hazelcast, Inc. All Rights Reserved.