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() |
DseMetadata |
getMetadata() |
DseMetadata |
refreshSchema() |
CompletionStage<? extends DseMetadata> |
refreshSchemaAsync() |
CompletionStage<? extends DseMetadata> |
setSchemaMetadataEnabled(Boolean newValue) |
execute, execute, executeAsync, executeAsync, prepare, prepare, prepare, prepareAsync, prepareAsync, prepareAsync
execute, executeAsync
executeContinuouslyReactive, executeContinuouslyReactive
executeContinuously, executeContinuouslyAsync
executeReactive, executeReactive
@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()
builder
in interface com.datastax.oss.driver.api.core.CqlSession
@NonNull DseMetadata getMetadata()
getMetadata
in interface com.datastax.oss.driver.api.core.session.Session
@NonNull CompletionStage<? extends DseMetadata> setSchemaMetadataEnabled(@Nullable Boolean newValue)
setSchemaMetadataEnabled
in interface com.datastax.oss.driver.api.core.session.Session
@NonNull DseMetadata refreshSchema()
refreshSchema
in interface com.datastax.oss.driver.api.core.session.Session
@NonNull CompletionStage<? extends DseMetadata> refreshSchemaAsync()
refreshSchemaAsync
in interface com.datastax.oss.driver.api.core.session.Session
Copyright © 2017–2019. All rights reserved.