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
           
 

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

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

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



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