| Package | Description | 
|---|---|
| com.datastax.driver.core | The main package for the DataStax Java driver for Cassandra. | 
| Modifier and Type | Method and Description | 
|---|---|
| Configuration | Configuration.Builder. build()Builds the final object from this builder. | 
| Configuration | DelegatingCluster. getConfiguration() | 
| 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. | 
| Constructor and Description | 
|---|
| Cluster(String name,
       List<EndPoint> contactPoints,
       Configuration configuration)Constructs a new Cluster instance. | 
| Configuration(Configuration toCopy)Copy constructor. | 
Copyright © 2012–2025. All rights reserved.