CqlSession
. This type is
preserved for backward compatibility, but you should now use CqlSession
instead.@Deprecated public interface DseSession extends CqlSession
Modifier and Type | Field and Description |
---|---|
static MavenCoordinates |
DSE_DRIVER_COORDINATES
Deprecated.
the DSE driver is no longer published as a separate artifact. This field is
preserved for backward compatibility, but it returns the same value as
Session.OSS_DRIVER_COORDINATES . |
OSS_DRIVER_COORDINATES
Modifier and Type | Method and Description |
---|---|
static DseSessionBuilder |
builder()
Deprecated.
Returns a builder to create a new instance.
|
execute, execute, prepare, prepare, prepare
executeAsync, executeAsync, prepareAsync, prepareAsync, prepareAsync
executeReactive, executeReactive
executeContinuously, executeContinuouslyAsync
execute, executeAsync
executeContinuouslyReactive, executeContinuouslyReactive
checkSchemaAgreement, checkSchemaAgreementAsync, execute, getContext, getKeyspace, getMetadata, getMetrics, getName, isSchemaMetadataEnabled, refreshSchema, refreshSchemaAsync, setSchemaMetadataEnabled
close, closeAsync, closeFuture, forceCloseAsync, isClosed
@Deprecated @NonNull static final MavenCoordinates DSE_DRIVER_COORDINATES
Session.OSS_DRIVER_COORDINATES
.@NonNull static DseSessionBuilder builder()
Note that this builder is mutable and not thread-safe.
builder
in interface CqlSession
CqlSessionBuilder
to create a new instance.Copyright © 2017–2020. All rights reserved.