Class Cqld4ObserverSession

java.lang.Object
com.datastax.oss.driver.internal.core.session.SessionWrapper
io.nosqlbench.adapter.cqld4.wrapper.Cqld4ObserverSession
All Implemented Interfaces:
com.datastax.dse.driver.api.core.cql.continuous.ContinuousSession, com.datastax.dse.driver.api.core.cql.continuous.reactive.ContinuousReactiveSession, com.datastax.dse.driver.api.core.cql.reactive.ReactiveSession, com.datastax.dse.driver.api.core.graph.GraphSession, com.datastax.dse.driver.api.core.graph.reactive.ReactiveGraphSession, com.datastax.oss.driver.api.core.AsyncAutoCloseable, com.datastax.oss.driver.api.core.cql.AsyncCqlSession, com.datastax.oss.driver.api.core.cql.SyncCqlSession, com.datastax.oss.driver.api.core.CqlSession, com.datastax.oss.driver.api.core.session.Session, AutoCloseable

public class Cqld4ObserverSession extends com.datastax.oss.driver.internal.core.session.SessionWrapper implements com.datastax.oss.driver.api.core.CqlSession
  • Field Summary

    Fields inherited from interface com.datastax.oss.driver.api.core.session.Session

    OSS_DRIVER_COORDINATES
  • Constructor Summary

    Constructors
    Constructor
    Description
    Cqld4ObserverSession(@NotNull com.datastax.oss.driver.api.core.session.Session delegate)
     
  • Method Summary

    Methods inherited from class com.datastax.oss.driver.internal.core.session.SessionWrapper

    checkSchemaAgreementAsync, closeAsync, closeFuture, execute, forceCloseAsync, getContext, getDelegate, getKeyspace, getMetadata, getMetrics, getName, isSchemaMetadataEnabled, refreshSchemaAsync, setSchemaMetadataEnabled

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.datastax.oss.driver.api.core.AsyncAutoCloseable

    close, closeAsync, closeFuture, forceCloseAsync, isClosed

    Methods inherited from interface com.datastax.oss.driver.api.core.cql.AsyncCqlSession

    executeAsync, executeAsync, executeAsync, executeAsync, prepareAsync, prepareAsync, prepareAsync

    Methods inherited from interface com.datastax.dse.driver.api.core.cql.continuous.reactive.ContinuousReactiveSession

    executeContinuouslyReactive, executeContinuouslyReactive

    Methods inherited from interface com.datastax.dse.driver.api.core.cql.continuous.ContinuousSession

    executeContinuously, executeContinuouslyAsync

    Methods inherited from interface com.datastax.dse.driver.api.core.graph.GraphSession

    execute, executeAsync

    Methods inherited from interface com.datastax.dse.driver.api.core.graph.reactive.ReactiveGraphSession

    executeReactive

    Methods inherited from interface com.datastax.dse.driver.api.core.cql.reactive.ReactiveSession

    executeReactive, executeReactive, executeReactive, executeReactive

    Methods inherited from interface com.datastax.oss.driver.api.core.session.Session

    checkSchemaAgreement, checkSchemaAgreementAsync, execute, getContext, getKeyspace, getMetadata, getMetrics, getName, isSchemaMetadataEnabled, refreshSchema, refreshSchemaAsync, setSchemaMetadataEnabled

    Methods inherited from interface com.datastax.oss.driver.api.core.cql.SyncCqlSession

    execute, execute, execute, execute, prepare, prepare, prepare
  • Constructor Details

    • Cqld4ObserverSession

      public Cqld4ObserverSession(@NotNull @NotNull com.datastax.oss.driver.api.core.session.Session delegate)