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 CacheConfigReadOnly.getWanReplicationRef()
           
 WanReplicationRef CacheSimpleConfig.getWanReplicationRef()
           
 WanReplicationRef MapConfig.getWanReplicationRef()
           
 WanReplicationRef CacheConfig.getWanReplicationRef()
           
 WanReplicationRef MapConfigReadOnly.getWanReplicationRef()
           
 WanReplicationRef WanReplicationRef.setMergePolicy(String mergePolicy)
           
 WanReplicationRef WanReplicationRefReadOnly.setMergePolicy(String mergePolicy)
           
 WanReplicationRef WanReplicationRef.setName(String name)
           
 WanReplicationRef WanReplicationRefReadOnly.setName(String name)
           
 WanReplicationRef WanReplicationRef.setRepublishingEnabled(boolean republishEnabled)
           
 WanReplicationRef WanReplicationRefReadOnly.setRepublishingEnabled(boolean republishingEnabled)
           
 

Methods in com.hazelcast.config with parameters of type WanReplicationRef
 CacheConfig CacheConfigReadOnly.setWanReplicationRef(WanReplicationRef wanReplicationRef)
           
 void CacheSimpleConfigReadOnly.setWanReplicationRef(WanReplicationRef wanReplicationRef)
           
 void CacheSimpleConfig.setWanReplicationRef(WanReplicationRef wanReplicationRef)
           
 MapConfig MapConfig.setWanReplicationRef(WanReplicationRef wanReplicationRef)
           
 CacheConfig CacheConfig.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.