public interface DseSession extends CqlSession, ContinuousSession, GraphSession, ReactiveSession, ContinuousReactiveSession
Modifier and Type | Field and Description |
---|---|
static MavenCoordinates |
DSE_DRIVER_COORDINATES
The Maven coordinates of the core DSE driver artifact.
|
OSS_DRIVER_COORDINATES
Modifier and Type | Method and Description |
---|---|
static DseSessionBuilder |
builder() |
execute, execute, executeAsync, executeAsync, prepare, prepare, prepare, prepareAsync, prepareAsync, prepareAsync
executeContinuously, executeContinuouslyAsync
execute, executeAsync
executeReactive, executeReactive
executeContinuouslyReactive, executeContinuouslyReactive
checkSchemaAgreement, checkSchemaAgreementAsync, execute, getContext, getKeyspace, getMetadata, getMetrics, getName, isSchemaMetadataEnabled, refreshSchema, refreshSchemaAsync, setSchemaMetadataEnabled
close, closeAsync, closeFuture, forceCloseAsync, isClosed
@NonNull static final 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()
builder
in interface CqlSession
Copyright © 2017–2019. All rights reserved.