- getCluster() - Method in class org.testcontainers.containers.CassandraContainer
-
- getCluster(ContainerState, boolean) - Static method in class org.testcontainers.containers.CassandraContainer
-
Deprecated.
- getCluster(ContainerState) - Static method in class org.testcontainers.containers.CassandraContainer
-
Deprecated.
- getContactPoint() - Method in class org.testcontainers.containers.CassandraContainer
-
Retrieve an InetSocketAddress
for connecting to the Cassandra container via the driver.
- getLocalDatacenter() - Method in class org.testcontainers.containers.CassandraContainer
-
Retrieve the Local Datacenter for connecting to the Cassandra container via the driver.
- getPassword() - Method in class org.testcontainers.containers.CassandraContainer
-
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.containers.CassandraContainer
-
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