A C D G I O R S 
All Classes All Packages

A

addPersistedPage(String, IManageablePage) - Method in class org.wicketstuff.datastores.cassandra.CassandraDataStore
 

C

CassandraDataStore - Class in org.wicketstuff.datastores.cassandra
A store that saves serialiazed pages in Apache Cassandra.
CassandraDataStore(String, Cluster, ICassandraSettings) - Constructor for class org.wicketstuff.datastores.cassandra.CassandraDataStore
Constructor.
CassandraDataStore(String, 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
 
getKeyspaceName() - Method in class org.wicketstuff.datastores.cassandra.CassandraSettings
 
getKeyspaceName() - Method in interface org.wicketstuff.datastores.cassandra.ICassandraSettings
 
getPersistedPage(String, int) - Method in class org.wicketstuff.datastores.cassandra.CassandraDataStore
 
getPersistedPages(String) - Method in class org.wicketstuff.datastores.cassandra.CassandraDataStore
 
getRecordTtl() - Method in class org.wicketstuff.datastores.cassandra.CassandraSettings
 
getRecordTtl() - Method in interface org.wicketstuff.datastores.cassandra.ICassandraSettings
 
getSessionIdentifiers() - Method in class org.wicketstuff.datastores.cassandra.CassandraDataStore
 
getTableName() - Method in class org.wicketstuff.datastores.cassandra.CassandraSettings
 
getTableName() - Method in interface org.wicketstuff.datastores.cassandra.ICassandraSettings
 
getTotalSize() - Method in class org.wicketstuff.datastores.cassandra.CassandraDataStore
 

I

ICassandraSettings - Interface in org.wicketstuff.datastores.cassandra
Settings for CassandraDataStore

O

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

R

removeAllPersistedPages(String) - Method in class org.wicketstuff.datastores.cassandra.CassandraDataStore
 
removePersistedPage(String, IManageablePage) - 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
supportsVersioning() - Method in class org.wicketstuff.datastores.cassandra.CassandraDataStore
Pages are always serialized, so versioning is supported.
A C D G I O R S 
All Classes All Packages