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.loadbalancing | |
com.datastax.oss.driver.api.core.metadata | |
com.datastax.oss.driver.api.core.metadata.schema | |
com.datastax.oss.driver.api.core.tracker |
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 | Method and Description |
---|---|
boolean |
PagingState.matches(Statement<?> statement,
Session session)
Alternative to
PagingState.matches(Statement) that specifies the session the statement will be
executed with. |
default SelfT |
Statement.setPagingState(PagingState newPagingState,
Session session)
Alternative to
Statement.setPagingState(PagingState) that specifies the session the statement
will be executed with. |
Modifier and Type | Method and Description |
---|---|
Queue<Node> |
LoadBalancingPolicy.newQueryPlan(Request request,
Session session)
Returns the coordinators to use for a new query.
|
Modifier and Type | Method and Description |
---|---|
void |
SafeInitNodeStateListener.onSessionReady(Session session) |
default void |
NodeStateListener.onSessionReady(Session session)
Invoked when the session is ready to process user requests.
|
Modifier and Type | Method and Description |
---|---|
default void |
SchemaChangeListener.onSessionReady(Session session)
Invoked when the session is ready to process user requests.
|
Modifier and Type | Method and Description |
---|---|
default void |
RequestTracker.onSessionReady(Session session)
Invoked when the session is ready to process user requests.
|
Copyright © 2017–2021. All rights reserved.