Package | Description |
---|---|
com.datastax.driver.dse |
Modifier and Type | Method and Description |
---|---|
DseSession |
DseCluster.connect()
Creates a new DSE session on this cluster and initializes it.
|
DseSession |
DseCluster.connect(String keyspace)
Creates a new DSE session on this cluster, initializes it and sets the
keyspace to the provided one.
|
DseSession |
DseSession.init()
Forces the initialization of this instance if it hasn't been
initialized yet.
|
DseSession |
DseCluster.newSession()
Creates a new DSE session on this cluster but does not initialize it.
|