public interface ICassandraSettings
Modifier and Type | Method and Description |
---|---|
List<String> |
getContactPoints() |
String |
getKeyspaceName() |
org.apache.wicket.util.time.Duration |
getRecordTtl() |
String |
getTableName() |
ICassandraSettings |
setKeyspaceName(String keyspaceName)
Sets the name of the keyspace where the data will be saved
|
ICassandraSettings |
setRecordTtl(org.apache.wicket.util.time.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(org.apache.wicket.util.time.Duration ttl)
ttl
- The time to live for the records in the tableorg.apache.wicket.util.time.Duration getRecordTtl()
Copyright © 2015. All rights reserved.