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