CassandraDatabaseDelegate instead.@Deprecated
public class CassandraDatabaseDelegate
extends org.testcontainers.delegate.AbstractDatabaseDelegate<com.datastax.driver.core.Session>
| Constructor and Description |
|---|
CassandraDatabaseDelegate(org.testcontainers.containers.ContainerState container)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
closeConnectionQuietly(com.datastax.driver.core.Session session)
Deprecated.
|
protected com.datastax.driver.core.Session |
createNewConnection()
Deprecated.
|
void |
execute(java.lang.String statement,
java.lang.String scriptPath,
int lineNumber,
boolean continueOnError,
boolean ignoreFailedDrops)
Deprecated.
|
public CassandraDatabaseDelegate(org.testcontainers.containers.ContainerState container)
protected com.datastax.driver.core.Session createNewConnection()
createNewConnection in class org.testcontainers.delegate.AbstractDatabaseDelegate<com.datastax.driver.core.Session>public void execute(java.lang.String statement,
java.lang.String scriptPath,
int lineNumber,
boolean continueOnError,
boolean ignoreFailedDrops)
protected void closeConnectionQuietly(com.datastax.driver.core.Session session)
closeConnectionQuietly in class org.testcontainers.delegate.AbstractDatabaseDelegate<com.datastax.driver.core.Session>