Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Class and Description |
---|---|
static class |
Cluster.Builder
Helper class to build
Cluster instances. |
Modifier and Type | Method and Description |
---|---|
static Cluster |
Cluster.buildFrom(Cluster.Initializer initializer)
Build a new cluster based on the provided initializer.
|
Constructor and Description |
---|
Cluster(Cluster.Initializer initializer)
Constructs a new Cluster instance.
|
Copyright © 2012–2018. All rights reserved.