| Modifier and Type | Class and Description |
|---|---|
class |
CassandraSettings |
| Modifier and Type | Method and Description |
|---|---|
ICassandraSettings |
CassandraSettings.setKeyspaceName(String keyspaceName) |
ICassandraSettings |
ICassandraSettings.setKeyspaceName(String keyspaceName)
Sets the name of the keyspace where the data will be saved
|
ICassandraSettings |
CassandraSettings.setRecordTtl(Duration ttl) |
ICassandraSettings |
ICassandraSettings.setRecordTtl(Duration ttl)
Sets the time to live for the records in the table
|
ICassandraSettings |
CassandraSettings.setTableName(String tableName) |
ICassandraSettings |
ICassandraSettings.setTableName(String tableName)
Sets the name of the table where the data will be saved
|
| Constructor and Description |
|---|
CassandraDataStore(com.datastax.driver.core.Cluster cluster,
ICassandraSettings settings)
Constructor.
|
CassandraDataStore(ICassandraSettings settings)
Constructor.
|
Copyright © 2019. All rights reserved.