| Package | Description |
|---|---|
| com.ing.data.cassandra.jdbc |
Implementation of JDBC API for Cassandra databases by wrapping the Java Driver for Apache Cassandra®.
|
| com.ing.data.cassandra.jdbc.utils |
This package contains utility classes used by the JDBC wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContactPoint> |
CassandraDataSource.getContactPoints()
Gets the contact points of the data source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CassandraDataSource.setContactPoints(List<ContactPoint> contactPoints)
Sets the contact points of the data source.
|
| Constructor and Description |
|---|
CassandraDataSource(List<ContactPoint> contactPoints,
String keyspace)
Constructor.
|
CassandraDataSource(List<ContactPoint> contactPoints,
String keyspace,
String user,
String password,
String consistency)
Deprecated.
Use
CassandraDataSource(List, String) and specific setters instead. This constructor will
be removed in a future release. |
CassandraDataSource(List<ContactPoint> contactPoints,
String keyspace,
String user,
String password,
String consistency,
String localDataCenter)
Deprecated.
Use
CassandraDataSource(List, String) and specific setters instead. This constructor will
be removed in a future release. |
| Modifier and Type | Method and Description |
|---|---|
static ContactPoint |
ContactPoint.of(String host,
Integer port)
Instantiates a contact point from the host and port.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
DriverUtil.formatContactPoints(List<ContactPoint> contactPoints)
Formats a list of
ContactPoint to a comma-separated list of strings representing the contact points. |
Copyright © 2020–2026 ING Bank. All rights reserved.