public interface DseSession extends com.datastax.oss.driver.api.core.CqlSession, ContinuousSession, GraphSession, ReactiveSession, ContinuousReactiveSession
Modifier and Type | Field and Description |
---|---|
static com.datastax.oss.driver.api.core.MavenCoordinates |
DSE_DRIVER_COORDINATES
The Maven coordinates of the core DSE driver artifact.
|
Modifier and Type | Method and Description |
---|---|
static DseSessionBuilder |
builder()
Returns a builder to create a new instance.
|
execute, execute, executeAsync, executeAsync, prepare, prepare, prepare, prepareAsync, prepareAsync, prepareAsync
executeContinuously, executeContinuouslyAsync
execute, executeAsync
executeReactive, executeReactive
executeContinuouslyReactive, executeContinuouslyReactive
@NonNull static final com.datastax.oss.driver.api.core.MavenCoordinates DSE_DRIVER_COORDINATES
Note that this DSE driver depends on the DataStax Java driver for Apache Cassandra®. You
can find the coordinates of the Cassandra driver at Session.OSS_DRIVER_COORDINATES
.
@NonNull static DseSessionBuilder builder()
Note that this builder is mutable and not thread-safe.
builder
in interface com.datastax.oss.driver.api.core.CqlSession
Copyright © 2017–2019. All rights reserved.