Class CassandraDatabaseDelegate

java.lang.Object
org.testcontainers.delegate.AbstractDatabaseDelegate<com.datastax.driver.core.Session>
org.testcontainers.containers.delegate.CassandraDatabaseDelegate
All Implemented Interfaces:
AutoCloseable, org.testcontainers.delegate.DatabaseDelegate

@Deprecated public class CassandraDatabaseDelegate extends org.testcontainers.delegate.AbstractDatabaseDelegate<com.datastax.driver.core.Session>
Deprecated.
Cassandra database delegate
  • Constructor Summary

    Constructors
    Constructor
    Description
    CassandraDatabaseDelegate(org.testcontainers.containers.ContainerState container)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    closeConnectionQuietly(com.datastax.driver.core.Session session)
    Deprecated.
     
    protected com.datastax.driver.core.Session
    Deprecated.
     
    void
    execute(String statement, String scriptPath, int lineNumber, boolean continueOnError, boolean ignoreFailedDrops)
    Deprecated.
     

    Methods inherited from class org.testcontainers.delegate.AbstractDatabaseDelegate

    close, execute, getConnection

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CassandraDatabaseDelegate

      public CassandraDatabaseDelegate(org.testcontainers.containers.ContainerState container)
      Deprecated.
  • Method Details

    • createNewConnection

      protected com.datastax.driver.core.Session createNewConnection()
      Deprecated.
      Specified by:
      createNewConnection in class org.testcontainers.delegate.AbstractDatabaseDelegate<com.datastax.driver.core.Session>
    • execute

      public void execute(String statement, String scriptPath, int lineNumber, boolean continueOnError, boolean ignoreFailedDrops)
      Deprecated.
    • closeConnectionQuietly

      protected void closeConnectionQuietly(com.datastax.driver.core.Session session)
      Deprecated.
      Specified by:
      closeConnectionQuietly in class org.testcontainers.delegate.AbstractDatabaseDelegate<com.datastax.driver.core.Session>