public static class ClusterBuilder.DefaultBuilder extends Object implements ClusterBuilder
ClusterBuilder.DefaultBuilder| Modifier and Type | Field and Description |
|---|---|
protected CassandraEntityStoreConfiguration |
config |
DEFAULT_HOST_PORT| Constructor and Description |
|---|
DefaultBuilder() |
| Modifier and Type | Method and Description |
|---|---|
com.datastax.driver.core.Cluster |
build(CassandraEntityStoreConfiguration config) |
protected Collection<InetSocketAddress> |
cassandraConnectionPoints() |
protected String |
clusterName(CassandraEntityStoreConfiguration config) |
protected com.datastax.driver.core.Cluster.Builder |
customConfiguration(com.datastax.driver.core.Cluster.Builder builder) |
protected String |
hostnames() |
protected String |
password() |
protected String |
username() |
protected CassandraEntityStoreConfiguration config
public com.datastax.driver.core.Cluster build(CassandraEntityStoreConfiguration config)
build in interface ClusterBuilderprotected String clusterName(CassandraEntityStoreConfiguration config)
protected String username()
protected String password()
protected Collection<InetSocketAddress> cassandraConnectionPoints()
protected String hostnames()
protected com.datastax.driver.core.Cluster.Builder customConfiguration(com.datastax.driver.core.Cluster.Builder builder)