Uses of Class
com.datastax.driver.core.Configuration

Packages that use Configuration
com.datastax.driver.core The main package for the DataStax Java driver for Cassandra. 
 

Uses of Configuration in com.datastax.driver.core
 

Methods in com.datastax.driver.core that return Configuration
 Configuration Cluster.getConfiguration()
          The cluster configuration.
 Configuration Cluster.Initializer.getConfiguration()
          The configuration to use for the new cluster.
 Configuration Cluster.Builder.getConfiguration()
          The configuration that will be used for the new cluster.
 

Constructors in com.datastax.driver.core with parameters of type Configuration
Cluster(String name, List<InetAddress> contactPoints, Configuration configuration)
          Constructs a new Cluster instance.
 



Copyright © 2014. All rights reserved.