Package | Description |
---|---|
com.datastax.dse.driver.api.core | |
com.datastax.oss.driver.api.core |
The core API of the driver, that deals with query execution and cluster metadata.
|
com.datastax.oss.driver.api.core.session |
Modifier and Type | Class and Description |
---|---|
class |
DseSessionBuilder
Deprecated.
DSE functionality is now exposed directly on
CqlSession . This class is
preserved for backward compatibility, but CqlSession.builder() should be used
instead. |
Modifier and Type | Class and Description |
---|---|
class |
CqlSessionBuilder
Helper class to build a
CqlSession instance. |
Modifier and Type | Class and Description |
---|---|
class |
SessionBuilder<SelfT extends SessionBuilder,SessionT>
Base implementation to build session instances.
|
Modifier and Type | Field and Description |
---|---|
protected SelfT |
SessionBuilder.self |
Copyright © 2017–2021. All rights reserved.