- 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.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
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
- 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
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
-
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