Uses of Class
com.hazelcast.config.WanReplicationRef

Packages that use WanReplicationRef
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
 

Uses of WanReplicationRef in com.hazelcast.config
 

Subclasses of WanReplicationRef in com.hazelcast.config
 class WanReplicationRefReadOnly
          Configuration for Wan target replication reference(read only)
 

Methods in com.hazelcast.config that return WanReplicationRef
 WanReplicationRef MapConfig.getWanReplicationRef()
           
 WanReplicationRef MapConfigReadOnly.getWanReplicationRef()
           
 WanReplicationRef WanReplicationRef.setMergePolicy(String mergePolicy)
           
 WanReplicationRef WanReplicationRefReadOnly.setMergePolicy(String mergePolicy)
           
 WanReplicationRef WanReplicationRef.setName(String name)
           
 WanReplicationRef WanReplicationRefReadOnly.setName(String name)
           
 

Methods in com.hazelcast.config with parameters of type WanReplicationRef
 MapConfig MapConfig.setWanReplicationRef(WanReplicationRef wanReplicationRef)
           
 MapConfig MapConfigReadOnly.setWanReplicationRef(WanReplicationRef wanReplicationRef)
           
 

Constructors in com.hazelcast.config with parameters of type WanReplicationRef
WanReplicationRef(WanReplicationRef ref)
           
WanReplicationRefReadOnly(WanReplicationRef ref)
           
 



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