C D G I O R S 

C

canBeAsynchronous() - Method in class org.wicketstuff.datastores.cassandra.CassandraDataStore
 
CassandraDataStore - Class in org.wicketstuff.datastores.cassandra
An IDataStore that saves the pages' bytes in Apache Cassandra
CassandraDataStore(ICassandraSettings) - Constructor for class org.wicketstuff.datastores.cassandra.CassandraDataStore
Constructor.
CassandraDataStore(Cluster, ICassandraSettings) - Constructor for class org.wicketstuff.datastores.cassandra.CassandraDataStore
Constructor.
CassandraSettings - Class in org.wicketstuff.datastores.cassandra
 
CassandraSettings() - Constructor for class org.wicketstuff.datastores.cassandra.CassandraSettings
 
createKeyspaceIfNecessary(String, Metadata) - Method in class org.wicketstuff.datastores.cassandra.CassandraDataStore
Creates the Cassandra keyspace where the data will be stored if it doesn't exists already
createTableIfNecessary(String, KeyspaceMetadata) - Method in class org.wicketstuff.datastores.cassandra.CassandraDataStore
Creates the table where the data will be stored if it doesn't exists already

D

destroy() - Method in class org.wicketstuff.datastores.cassandra.CassandraDataStore
 

G

getContactPoints() - Method in class org.wicketstuff.datastores.cassandra.CassandraSettings
 
getContactPoints() - Method in interface org.wicketstuff.datastores.cassandra.ICassandraSettings
 
getData(String, int) - Method in class org.wicketstuff.datastores.cassandra.CassandraDataStore
 
getKeyspaceName() - Method in class org.wicketstuff.datastores.cassandra.CassandraSettings
 
getKeyspaceName() - Method in interface org.wicketstuff.datastores.cassandra.ICassandraSettings
 
getRecordTtl() - Method in class org.wicketstuff.datastores.cassandra.CassandraSettings
 
getRecordTtl() - Method in interface org.wicketstuff.datastores.cassandra.ICassandraSettings
 
getTableName() - Method in class org.wicketstuff.datastores.cassandra.CassandraSettings
 
getTableName() - Method in interface org.wicketstuff.datastores.cassandra.ICassandraSettings
 

I

ICassandraSettings - Interface in org.wicketstuff.datastores.cassandra
Settings for CassandraDataStore
isReplicated() - Method in class org.wicketstuff.datastores.cassandra.CassandraDataStore
 

O

org.wicketstuff.datastores.cassandra - package org.wicketstuff.datastores.cassandra
 

R

removeData(String, int) - Method in class org.wicketstuff.datastores.cassandra.CassandraDataStore
 
removeData(String) - Method in class org.wicketstuff.datastores.cassandra.CassandraDataStore
 

S

setKeyspaceName(String) - Method in class org.wicketstuff.datastores.cassandra.CassandraSettings
 
setKeyspaceName(String) - Method in interface org.wicketstuff.datastores.cassandra.ICassandraSettings
Sets the name of the keyspace where the data will be saved
setRecordTtl(Duration) - Method in class org.wicketstuff.datastores.cassandra.CassandraSettings
 
setRecordTtl(Duration) - Method in interface org.wicketstuff.datastores.cassandra.ICassandraSettings
Sets the time to live for the records in the table
setTableName(String) - Method in class org.wicketstuff.datastores.cassandra.CassandraSettings
 
setTableName(String) - Method in interface org.wicketstuff.datastores.cassandra.ICassandraSettings
Sets the name of the table where the data will be saved
storeData(String, int, byte[]) - Method in class org.wicketstuff.datastores.cassandra.CassandraDataStore
 
C D G I O R S 

Copyright © 2017. All rights reserved.