convenience method to retrieve KeyspaceMetadata from a StoreColumnFamily object
convenience method to retrieve KeyspaceMetadata from a StoreColumnFamily object
convenience method to retrieve KeyspaceMetadata from a StoreColumnFamily object
*not so fast* method to read all table properties stored in a comment of a column family from Cassandra.
*not so fast* method to read all table properties stored in a comment of a column family from Cassandra. Uses YAML to store properties in a string. If you need synchronization to sync with writers please use external synchronization, e.g. Zookeeper.
*not so fast* method to read a table property stored in a comment of a column family from Cassandra.
*not so fast* method to read a table property stored in a comment of a column family from Cassandra. Uses YAML to store properties in a string. If you need synchronization to sync with writers please use external synchronization, e.g. Zookeeper.
*not so fast* and *not thread-safe* method to write a property into the table comment of Cassandra.
*not so fast* and *not thread-safe* method to write a property into the table comment of Cassandra. If s.th. else is in the table comment, it will be overwritten. Uses YAML to store properties in a string. If you need synchronization please use external synchronization, e.g. Zookeeper.