Index

C E G I O W 
All Classes and Interfaces|All Packages

C

CassandraContainer - Class in org.testcontainers.cassandra
Testcontainers implementation for Apache Cassandra.
CassandraContainer<SELF extends CassandraContainer<SELF>> - Class in org.testcontainers.containers
Deprecated.
use CassandraContainer instead.
CassandraContainer() - Constructor for class org.testcontainers.containers.CassandraContainer
Deprecated.
CassandraContainer(String) - Constructor for class org.testcontainers.cassandra.CassandraContainer
 
CassandraContainer(String) - Constructor for class org.testcontainers.containers.CassandraContainer
Deprecated.
 
CassandraContainer(DockerImageName) - Constructor for class org.testcontainers.cassandra.CassandraContainer
 
CassandraContainer(DockerImageName) - Constructor for class org.testcontainers.containers.CassandraContainer
Deprecated.
 
CassandraDatabaseDelegate - Class in org.testcontainers.cassandra
Cassandra database delegate
CassandraDatabaseDelegate - Class in org.testcontainers.containers.delegate
Deprecated.
CassandraDatabaseDelegate(ContainerState) - Constructor for class org.testcontainers.cassandra.CassandraDatabaseDelegate
 
CassandraDatabaseDelegate(ContainerState) - Constructor for class org.testcontainers.containers.delegate.CassandraDatabaseDelegate
Deprecated.
 
CassandraQueryWaitStrategy - Class in org.testcontainers.cassandra
Waits until Cassandra returns its version
CassandraQueryWaitStrategy - Class in org.testcontainers.containers.wait
Deprecated.
CassandraQueryWaitStrategy() - Constructor for class org.testcontainers.cassandra.CassandraQueryWaitStrategy
 
CassandraQueryWaitStrategy() - Constructor for class org.testcontainers.containers.wait.CassandraQueryWaitStrategy
Deprecated.
 
closeConnectionQuietly(Session) - Method in class org.testcontainers.containers.delegate.CassandraDatabaseDelegate
Deprecated.
 
closeConnectionQuietly(Void) - Method in class org.testcontainers.cassandra.CassandraDatabaseDelegate
 
configure() - Method in class org.testcontainers.cassandra.CassandraContainer
 
configure() - Method in class org.testcontainers.containers.CassandraContainer
Deprecated.
 
containerIsStarted(InspectContainerResponse) - Method in class org.testcontainers.cassandra.CassandraContainer
 
containerIsStarted(InspectContainerResponse) - Method in class org.testcontainers.containers.CassandraContainer
Deprecated.
 
CQL_PORT - Static variable in class org.testcontainers.containers.CassandraContainer
Deprecated.
 
createNewConnection() - Method in class org.testcontainers.cassandra.CassandraDatabaseDelegate
 
createNewConnection() - Method in class org.testcontainers.containers.delegate.CassandraDatabaseDelegate
Deprecated.
 

E

execute(String, String, int, boolean, boolean) - Method in class org.testcontainers.cassandra.CassandraDatabaseDelegate
 
execute(String, String, int, boolean, boolean) - Method in class org.testcontainers.containers.delegate.CassandraDatabaseDelegate
Deprecated.
 
execute(String, String, int, boolean, boolean, boolean) - Method in class org.testcontainers.cassandra.CassandraDatabaseDelegate
 

G

getCluster() - Method in class org.testcontainers.containers.CassandraContainer
Deprecated.
For Cassandra driver 3.x, use ContainerState.getHost() and ContainerState.getMappedPort(int) with the driver's Cluster.Builder addContactPoint(String) and withPort(int) methods to create a Cluster object. For Cassandra driver 4.x, use CassandraContainer.getContactPoint() and CassandraContainer.getLocalDatacenter() with the driver's CqlSession.builder() addContactPoint(InetSocketAddress) and withLocalDatacenter(String) methods to create a Session Object. See https://docs.datastax.com/en/developer/java-driver/ for more on the driver.
getCluster(ContainerState) - Static method in class org.testcontainers.containers.CassandraContainer
Deprecated.
getCluster(ContainerState, boolean) - Static method in class org.testcontainers.containers.CassandraContainer
Deprecated.
getContactPoint() - Method in class org.testcontainers.cassandra.CassandraContainer
Retrieve an InetSocketAddress for connecting to the Cassandra container via the driver.
getContactPoint() - Method in class org.testcontainers.containers.CassandraContainer
Deprecated.
Retrieve an InetSocketAddress for connecting to the Cassandra container via the driver.
getLocalDatacenter() - Method in class org.testcontainers.cassandra.CassandraContainer
Retrieve the Local Datacenter for connecting to the Cassandra container via the driver.
getLocalDatacenter() - Method in class org.testcontainers.containers.CassandraContainer
Deprecated.
Retrieve the Local Datacenter for connecting to the Cassandra container via the driver.
getPassword() - Method in class org.testcontainers.cassandra.CassandraContainer
Get password
getPassword() - Method in class org.testcontainers.containers.CassandraContainer
Deprecated.
Get password By default Cassandra has authenticator: AllowAllAuthenticator in cassandra.yaml If username and password need to be used, then authenticator should be set as PasswordAuthenticator (through custom Cassandra configuration) and through CQL with default cassandra-cassandra credentials user management should be modified
getUsername() - Method in class org.testcontainers.cassandra.CassandraContainer
Get username
getUsername() - Method in class org.testcontainers.containers.CassandraContainer
Deprecated.
Get username By default Cassandra has authenticator: AllowAllAuthenticator in cassandra.yaml If username and password need to be used, then authenticator should be set as PasswordAuthenticator (through custom Cassandra configuration) and through CQL with default cassandra-cassandra credentials user management should be modified

I

IMAGE - Static variable in class org.testcontainers.containers.CassandraContainer
Deprecated.

O

optionallyMapResourceParameterAsVolume(String, String) - Method in class org.testcontainers.containers.CassandraContainer
Deprecated.
Map (effectively replace) directory in Docker with the content of resourceLocation if resource location is not null Protected to allow for changing implementation by extending the class
org.testcontainers.cassandra - package org.testcontainers.cassandra
 
org.testcontainers.containers - package org.testcontainers.containers
 
org.testcontainers.containers.delegate - package org.testcontainers.containers.delegate
 
org.testcontainers.containers.wait - package org.testcontainers.containers.wait
 

W

waitUntilReady() - Method in class org.testcontainers.cassandra.CassandraQueryWaitStrategy
 
waitUntilReady() - Method in class org.testcontainers.containers.wait.CassandraQueryWaitStrategy
Deprecated.
 
withConfigurationOverride(String) - Method in class org.testcontainers.cassandra.CassandraContainer
Initialize Cassandra with the custom overridden Cassandra configuration
withConfigurationOverride(String) - Method in class org.testcontainers.containers.CassandraContainer
Deprecated.
Initialize Cassandra with the custom overridden Cassandra configuration
withInitScript(String) - Method in class org.testcontainers.cassandra.CassandraContainer
Initialize Cassandra with init CQL script
withInitScript(String) - Method in class org.testcontainers.containers.CassandraContainer
Deprecated.
Initialize Cassandra with init CQL script
withJmxReporting(boolean) - Method in class org.testcontainers.containers.CassandraContainer
Deprecated.
Initialize Cassandra client with JMX reporting enabled or disabled
withSsl(String, String) - Method in class org.testcontainers.cassandra.CassandraContainer
Configure secured connection (TLS) when required by the Cassandra configuration (i.e.
C E G I O W 
All Classes and Interfaces|All Packages