Package | Description |
---|---|
com.datastax.dse.driver.api.core | |
com.datastax.dse.driver.api.core.cql.continuous | |
com.datastax.dse.driver.api.core.cql.continuous.reactive | |
com.datastax.dse.driver.api.core.cql.reactive |
Types related to CQL execution using reactive-style programming.
|
com.datastax.dse.driver.api.core.graph | |
com.datastax.dse.driver.api.core.graph.reactive | |
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.cql | |
com.datastax.oss.driver.api.core.session |
Modifier and Type | Interface and Description |
---|---|
interface |
DseSession
Deprecated.
All DSE functionality is now available directly on
CqlSession . This type is
preserved for backward compatibility, but you should now use CqlSession instead. |
Modifier and Type | Interface and Description |
---|---|
interface |
ContinuousSession
A session that has the ability to execute continuous paging queries.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ContinuousReactiveSession
A
Session that offers utility methods to issue queries using reactive-style programming
and continuous paging, combined together. |
Modifier and Type | Interface and Description |
---|---|
interface |
ReactiveSession
A
Session that offers utility methods to issue queries using reactive-style programming. |
Modifier and Type | Interface and Description |
---|---|
interface |
GraphSession
A session that has the ability to execute DSE Graph requests.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReactiveGraphSession
A
Session that offers utility methods to issue graph queries using reactive-style
programming. |
Modifier and Type | Interface and Description |
---|---|
interface |
CqlSession
The default session type built by the driver.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncCqlSession
A session that offers user-friendly methods to execute CQL requests asynchronously.
|
interface |
SyncCqlSession
A session that offers user-friendly methods to execute CQL requests synchronously.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Session
A nexus to send requests to a Cassandra cluster.
|
Copyright © 2017–2024. All rights reserved.