libQtCassandra 0.3.2

QtCassandra::QCassandraTable Member List

This is the complete list of members for QtCassandra::QCassandraTable, including all inherited members.
assignRow(const QByteArray &row_key, const QByteArray &column_key, const QCassandraValue &value)QtCassandra::QCassandraTable [private]
clearCache()QtCassandra::QCassandraTable
columnDefinition(const QString &column_name)QtCassandra::QCassandraTable
columnDefinitions() const QtCassandra::QCassandraTable
columnType() const QtCassandra::QCassandraTable
comment() const QtCassandra::QCassandraTable
comparatorType() const QtCassandra::QCassandraTable
contextName() const QtCassandra::QCassandraTable
create()QtCassandra::QCassandraTable
defaultValidationClass() const QtCassandra::QCassandraTable
dropRow(const QByteArray &row_key, QCassandraValue::timestamp_mode_t mode=QCassandraValue::TIMESTAMP_MODE_AUTO, int64_t timestamp=0, consistency_level_t consistency_level=CONSISTENCY_LEVEL_ALL)QtCassandra::QCassandraTable
dropRow(const QString &row_name, QCassandraValue::timestamp_mode_t mode=QCassandraValue::TIMESTAMP_MODE_AUTO, int64_t timestamp=0, consistency_level_t consistency_level=CONSISTENCY_LEVEL_ALL)QtCassandra::QCassandraTable
exists(const QString &row_name) const QtCassandra::QCassandraTable
exists(const QByteArray &row_key) const QtCassandra::QCassandraTable
f_column_definitionsQtCassandra::QCassandraTable [private]
f_contextQtCassandra::QCassandraTable [private]
f_from_cassandraQtCassandra::QCassandraTable [private]
f_privateQtCassandra::QCassandraTable [private]
f_rowsQtCassandra::QCassandraTable [private]
findRow(const QString &row_name) const QtCassandra::QCassandraTable
findRow(const QByteArray &row_key) const QtCassandra::QCassandraTable
gcGraceSeconds() const QtCassandra::QCassandraTable
getCellCount(const QByteArray &row_key, const QCassandraColumnPredicate &column_predicate)QtCassandra::QCassandraTable [private]
getColumnSlice(const QByteArray &row_key, const QCassandraColumnPredicate &column_predicate)QtCassandra::QCassandraTable [private]
getValue(const QByteArray &row_key, const QByteArray &column_key, QCassandraValue &value)QtCassandra::QCassandraTable [private]
identifier() const QtCassandra::QCassandraTable
insertValue(const QByteArray &row_key, const QByteArray &column_key, const QCassandraValue &value)QtCassandra::QCassandraTable [private]
keyAlias() const QtCassandra::QCassandraTable
keyCacheSavePeriodInSeconds() const QtCassandra::QCassandraTable
keyCacheSize() const QtCassandra::QCassandraTable
keyValidationClass() const QtCassandra::QCassandraTable
maxCompactionThreshold() const QtCassandra::QCassandraTable
memtableFlushAfterMins() const QtCassandra::QCassandraTable
memtableOperationsInMillions() const QtCassandra::QCassandraTable
memtableThroughputInMb() const QtCassandra::QCassandraTable
mergeShardsChance() const QtCassandra::QCassandraTable
minCompactionThreshold() const QtCassandra::QCassandraTable
operator[](const QString &row_name)QtCassandra::QCassandraTable
operator[](const QByteArray &row_key)QtCassandra::QCassandraTable
operator[](const QString &row_name) const QtCassandra::QCassandraTable
operator[](const QByteArray &row_key) const QtCassandra::QCassandraTable
parseTableDefinition(const void *data)QtCassandra::QCassandraTable [private]
prepareTableDefinition(void *data) const QtCassandra::QCassandraTable [private]
QCassandraContext classQtCassandra::QCassandraTable [friend]
QCassandraPrivate classQtCassandra::QCassandraTable [friend]
QCassandraRow classQtCassandra::QCassandraTable [friend]
QCassandraTable(QCassandraContext *context, const QString &table_name)QtCassandra::QCassandraTable [private]
QCassandraTablePrivate classQtCassandra::QCassandraTable [friend]
readRepairChance() const QtCassandra::QCassandraTable
readRows(const QCassandraRowPredicate &row_predicate=QCassandraRowPredicate())QtCassandra::QCassandraTable
remove(const QByteArray &row_key, const QByteArray &column_key, int64_t timestamp, consistency_level_t consistency_level)QtCassandra::QCassandraTable [private]
replicateOnWrite() const QtCassandra::QCassandraTable
row(const QString &row_name)QtCassandra::QCassandraTable
row(const QByteArray &row_key)QtCassandra::QCassandraTable
rowCacheProvider() const QtCassandra::QCassandraTable
rowCacheSavePeriodInSeconds() const QtCassandra::QCassandraTable
rowCacheSize() const QtCassandra::QCassandraTable
rows() const QtCassandra::QCassandraTable
setColumnType(const QString &column_type)QtCassandra::QCassandraTable
setComment(QString comment)QtCassandra::QCassandraTable
setComparatorType(const QString &comparator_type)QtCassandra::QCassandraTable
setDefaultValidationClass(const QString &validation_class)QtCassandra::QCassandraTable
setFromCassandra()QtCassandra::QCassandraTable [private]
setGcGraceSeconds(int32_t seconds)QtCassandra::QCassandraTable
setIdentifier(int32_t identifier)QtCassandra::QCassandraTable
setKeyAlias(const QString &key_alias)QtCassandra::QCassandraTable
setKeyCacheSavePeriodInSeconds(int32_t seconds)QtCassandra::QCassandraTable
setKeyCacheSize(double size)QtCassandra::QCassandraTable
setKeyValidationClass(const QString &validation_class)QtCassandra::QCassandraTable
setMaxCompactionThreshold(int32_t threshold)QtCassandra::QCassandraTable
setMemtableFlushAfterMins(int32_t minutes)QtCassandra::QCassandraTable
setMemtableOperationsInMillions(int32_t operations)QtCassandra::QCassandraTable
setMemtableThroughputInMb(int32_t megabytes)QtCassandra::QCassandraTable
setMergeShardsChance(double merge_shards_chance)QtCassandra::QCassandraTable
setMinCompactionThreshold(int32_t threshold)QtCassandra::QCassandraTable
setReadRepairChance(double repair_chance)QtCassandra::QCassandraTable
setReplicateOnWrite(bool replicate_on_write)QtCassandra::QCassandraTable
setRowCacheProvider(const QString &provider)QtCassandra::QCassandraTable
setRowCacheSavePeriodInSeconds(int32_t seconds)QtCassandra::QCassandraTable
setRowCacheSize(double size)QtCassandra::QCassandraTable
setSubcomparatorType(const QString &subcomparator_type)QtCassandra::QCassandraTable
subcomparatorType() const QtCassandra::QCassandraTable
tableName() const QtCassandra::QCassandraTable
truncate()QtCassandra::QCassandraTable
unparent()QtCassandra::QCassandraTable [private]
unsetColumnType()QtCassandra::QCassandraTable
unsetComment()QtCassandra::QCassandraTable
unsetComparatorType()QtCassandra::QCassandraTable
unsetDefaultValidationClass()QtCassandra::QCassandraTable
unsetGcGraceSeconds()QtCassandra::QCassandraTable
unsetIdentifier()QtCassandra::QCassandraTable
unsetKeyAlias()QtCassandra::QCassandraTable
unsetKeyCacheSavePeriodInSeconds()QtCassandra::QCassandraTable
unsetKeyCacheSize()QtCassandra::QCassandraTable
unsetKeyValidationClass()QtCassandra::QCassandraTable
unsetMaxCompactionThreshold()QtCassandra::QCassandraTable
unsetMemtableFlushAfterMins()QtCassandra::QCassandraTable
unsetMemtableOperationsInMillions()QtCassandra::QCassandraTable
unsetMemtableThroughputInMb()QtCassandra::QCassandraTable
unsetMergeShardsChance()QtCassandra::QCassandraTable
unsetMinCompactionThreshold()QtCassandra::QCassandraTable
unsetReadRepairChance()QtCassandra::QCassandraTable
unsetReplicateOnWrite()QtCassandra::QCassandraTable
unsetRowCacheProvider()QtCassandra::QCassandraTable
unsetRowCacheSavePeriodInSeconds()QtCassandra::QCassandraTable
unsetRowCacheSize()QtCassandra::QCassandraTable
unsetSubcomparatorType()QtCassandra::QCassandraTable
update()QtCassandra::QCassandraTable
~QCassandraTable()QtCassandra::QCassandraTable
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

This document is part of the libQtCassandra Project.

Copyright by Made to Order Software Corp.