Uses of Class
com.hazelcast.config.WanTargetClusterConfig

Packages that use WanTargetClusterConfig
com.hazelcast.config   
 

Uses of WanTargetClusterConfig in com.hazelcast.config
 

Methods in com.hazelcast.config that return WanTargetClusterConfig
 WanTargetClusterConfig WanTargetClusterConfig.addEndpoint(String address)
           
 WanTargetClusterConfig WanTargetClusterConfig.setGroupName(String groupName)
           
 WanTargetClusterConfig WanTargetClusterConfig.setGroupPassword(String groupPassword)
           
 WanTargetClusterConfig WanTargetClusterConfig.setReplicationImpl(String replicationImpl)
           
 WanTargetClusterConfig WanTargetClusterConfig.setReplicationImplObject(Object replicationImplObject)
           
 

Methods in com.hazelcast.config that return types with arguments of type WanTargetClusterConfig
 List<WanTargetClusterConfig> WanReplicationConfig.getTargetClusterConfigs()
           
 

Methods in com.hazelcast.config with parameters of type WanTargetClusterConfig
 WanReplicationConfig WanReplicationConfig.addTargetClusterConfig(WanTargetClusterConfig wanTargetClusterConfig)
           
 

Method parameters in com.hazelcast.config with type arguments of type WanTargetClusterConfig
 void WanReplicationConfig.setTargetClusterConfigs(List<WanTargetClusterConfig> list)
           
 



Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.