checks that a column has been indexed by Cassandra itself, so no manual indexing if the table has not yet been created (the version must still be computed) we assume no indexing
return a manual index configuration for a column
return a manual index configuration for a column
returns list of clustering key columns for this specific store; implementors must override this
returns list of clustering key columns for this specific store; implementors must override this
returns the column configuration for a Cassandra column
returns the column configuration for a Cassandra column
returns a list of columns for this specific store; implementors must override this
returns a list of columns for this specific store; implementors must override this
returns the name of the dbSystem
DB-System is fixed
DB-System is fixed
returns metadata information from Cassandra
returns a generic Cassandra-store query mapping
returns list of row key columns for this specific store; implementors must override this
returns list of row key columns for this specific store; implementors must override this
returns a table identifier for this cassandra store
returns a table identifier for this cassandra store
returns a list of value key columns for this specific store; implementors must override this
returns a list of value key columns for this specific store; implementors must override this
Helper class to create a configuration for a Cassandra table