public abstract class ClusterBuilder extends Object implements Serializable
Cluster
after deployment.
The cluster represents the connection that will be established to Cassandra.Constructor and Description |
---|
ClusterBuilder() |
Modifier and Type | Method and Description |
---|---|
protected abstract com.datastax.driver.core.Cluster |
buildCluster(com.datastax.driver.core.Cluster.Builder builder)
Configures the connection to Cassandra.
|
com.datastax.driver.core.Cluster |
getCluster() |
public com.datastax.driver.core.Cluster getCluster()
protected abstract com.datastax.driver.core.Cluster buildCluster(com.datastax.driver.core.Cluster.Builder builder)
builder
- connection builderCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.