@ThreadSafe public class DefaultDseSession extends com.datastax.oss.driver.internal.core.session.SessionWrapper implements DseSession
DSE_DRIVER_COORDINATES
Constructor and Description |
---|
DefaultDseSession(com.datastax.oss.driver.api.core.session.Session delegate) |
Modifier and Type | Method and Description |
---|---|
DseMetadata |
getMetadata() |
DseMetadata |
refreshSchema() |
CompletionStage<? extends DseMetadata> |
refreshSchemaAsync() |
CompletionStage<? extends DseMetadata> |
setSchemaMetadataEnabled(Boolean newValue) |
checkSchemaAgreementAsync, closeAsync, closeFuture, execute, forceCloseAsync, getContext, getDelegate, getKeyspace, getMetrics, getName, isSchemaMetadataEnabled
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
builder
execute, execute, executeAsync, executeAsync, prepare, prepare, prepare, prepareAsync, prepareAsync, prepareAsync
execute, executeAsync
executeContinuouslyReactive, executeContinuouslyReactive
executeContinuously, executeContinuouslyAsync
executeReactive, executeReactive
public DefaultDseSession(com.datastax.oss.driver.api.core.session.Session delegate)
@NonNull public DseMetadata getMetadata()
getMetadata
in interface DseSession
getMetadata
in interface com.datastax.oss.driver.api.core.session.Session
getMetadata
in class com.datastax.oss.driver.internal.core.session.SessionWrapper
@NonNull public CompletionStage<? extends DseMetadata> setSchemaMetadataEnabled(@Nullable Boolean newValue)
setSchemaMetadataEnabled
in interface DseSession
setSchemaMetadataEnabled
in interface com.datastax.oss.driver.api.core.session.Session
setSchemaMetadataEnabled
in class com.datastax.oss.driver.internal.core.session.SessionWrapper
@NonNull public DseMetadata refreshSchema()
refreshSchema
in interface DseSession
refreshSchema
in interface com.datastax.oss.driver.api.core.session.Session
@NonNull public CompletionStage<? extends DseMetadata> refreshSchemaAsync()
refreshSchemaAsync
in interface DseSession
refreshSchemaAsync
in interface com.datastax.oss.driver.api.core.session.Session
refreshSchemaAsync
in class com.datastax.oss.driver.internal.core.session.SessionWrapper
Copyright © 2017–2019. All rights reserved.