public interface ICassandraSettings
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getContactPoints() |
String |
getKeyspaceName() |
Duration |
getRecordTtl() |
String |
getTableName() |
ICassandraSettings |
setKeyspaceName(String keyspaceName)
Sets the name of the keyspace where the data will be saved
|
ICassandraSettings |
setRecordTtl(Duration ttl)
Sets the time to live for the records in the table
|
ICassandraSettings |
setTableName(String tableName)
Sets the name of the table where the data will be saved
|
ICassandraSettings setKeyspaceName(String keyspaceName)
keyspaceName - The name of the keyspaceString getKeyspaceName()
ICassandraSettings setTableName(String tableName)
tableName - The name of the tableString getTableName()
ICassandraSettings setRecordTtl(Duration ttl)
ttl - The time to live for the records in the tableDuration getRecordTtl()
Copyright © 2019. All rights reserved.