Uses of Interface
org.wicketstuff.datastores.cassandra.ICassandraSettings
-
Uses of ICassandraSettings in org.wicketstuff.datastores.cassandra
Classes in org.wicketstuff.datastores.cassandra that implement ICassandraSettingsMethods in org.wicketstuff.datastores.cassandra that return ICassandraSettingsModifier and TypeMethodDescriptionCassandraSettings.setKeyspaceName(String keyspaceName) ICassandraSettings.setKeyspaceName(String keyspaceName) Sets the name of the keyspace where the data will be savedCassandraSettings.setRecordTtl(Duration ttl) ICassandraSettings.setRecordTtl(Duration ttl) Sets the time to live for the records in the tableCassandraSettings.setTableName(String tableName) ICassandraSettings.setTableName(String tableName) Sets the name of the table where the data will be savedConstructors in org.wicketstuff.datastores.cassandra with parameters of type ICassandraSettingsModifierConstructorDescriptionCassandraDataStore(String applicationName, com.datastax.driver.core.Cluster cluster, ICassandraSettings settings) Constructor.CassandraDataStore(String applicationName, ICassandraSettings settings) Constructor.