| 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 | Field and Description |
|---|---|
protected List<ContactPoint> |
CassandraDataSource.contactPoints
The contact points of the data source.
|
| 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,
String user,
String password,
String consistency)
Constructor.
|
CassandraDataSource(List<ContactPoint> contactPoints,
String keyspace,
String user,
String password,
String consistency,
String localDataCenter)
Constructor specifying a local datacenter (required to use
DefaultLoadBalancingPolicy). |
| Modifier and Type | Method and Description |
|---|---|
static ContactPoint |
ContactPoint.of(String host,
Integer port)
Instantiates a contact point from the host and port.
|
Copyright © 2020–2024 ING Bank. All rights reserved.