Uses of Class
com.hazelcast.config.WanTargetClusterConfig

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

Uses of WanTargetClusterConfig in com.hazelcast.config
 

Methods in com.hazelcast.config that return WanTargetClusterConfig
 WanTargetClusterConfig WanTargetClusterConfig.addEndpoint(String address)
           
 WanTargetClusterConfig WanTargetClusterConfig.setEndpoints(List<String> list)
           
 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
 WanReplicationConfig WanReplicationConfig.setTargetClusterConfigs(List<WanTargetClusterConfig> list)
           
 



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