Uses of Interface
org.wicketstuff.datastores.cassandra.ICassandraSettings
-
-
Uses of ICassandraSettings in org.wicketstuff.datastores.cassandra
Classes in org.wicketstuff.datastores.cassandra that implement ICassandraSettings Modifier and Type Class Description classCassandraSettingsMethods in org.wicketstuff.datastores.cassandra that return ICassandraSettings Modifier and Type Method Description ICassandraSettingsCassandraSettings. setKeyspaceName(String keyspaceName)ICassandraSettingsICassandraSettings. setKeyspaceName(String keyspaceName)Sets the name of the keyspace where the data will be savedICassandraSettingsCassandraSettings. setRecordTtl(Duration ttl)ICassandraSettingsICassandraSettings. setRecordTtl(Duration ttl)Sets the time to live for the records in the tableICassandraSettingsCassandraSettings. setTableName(String tableName)ICassandraSettingsICassandraSettings. setTableName(String tableName)Sets the name of the table where the data will be savedConstructors in org.wicketstuff.datastores.cassandra with parameters of type ICassandraSettings Constructor Description CassandraDataStore(String applicationName, com.datastax.driver.core.Cluster cluster, ICassandraSettings settings)Constructor.CassandraDataStore(String applicationName, ICassandraSettings settings)Constructor.
-