Index
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.
- CassandraContainer() - Constructor for class org.testcontainers.containers.CassandraContainer
-
Deprecated.use
CassandraContainer(DockerImageName)instead - 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.use
CassandraDatabaseDelegateinstead. - 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.use
CassandraQueryWaitStrategyinstead. - 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()andContainerState.getMappedPort(int)with the driver'sCluster.BuilderaddContactPoint(String)andwithPort(int)methods to create a Cluster object. For Cassandra driver 4.x, useCassandraContainer.getContactPoint()andCassandraContainer.getLocalDatacenter()with the driver'sCqlSession.builder()addContactPoint(InetSocketAddress)andwithLocalDatacenter(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
InetSocketAddressfor connecting to the Cassandra container via the driver. - getContactPoint() - Method in class org.testcontainers.containers.CassandraContainer
-
Deprecated.Retrieve an
InetSocketAddressfor 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.
All Classes and Interfaces|All Packages
CassandraContainerinstead.