Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "API" page has been changed by BrandonWilliams. http://wiki.apache.org/cassandra/API?action=diff&rev1=17&rev2=18 -------------------------------------------------- Drops a column family. Creates a snapshot and then submits a 'graveyard' compaction during which the abandoned files will be deleted. Returns the new schema version ID. - === system_rename_column_family === - - . `string system_rename_column_family(string old_name, string new_name)` - - Renames a column family if the new name doesn't collide with an existing column family associated with the same keyspace. This operation blocks while the operating system renames files on disk. Returns the new schema version ID. - === system_add_keyspace === . `string system_add_keyspace(KSDef ks_def)` @@ -339, +333 @@ . `string system_drop_keyspace(string keyspace)` Drops a keyspace. Creates a snapshot and then submits a 'graveyard' compaction during which the abandoned files will be deleted. Returns the new schema version ID. - - === system_rename_keyspace === - - . `string system_rename_keyspace(string old_name, string new_name)` - - Renames a keyspace if the new name doesn't collide with an existing keyspace. This operation blocks while the operating system renames files on disk. Returns the new schema version ID. == Examples == [[http://wiki.apache.org/cassandra/ClientExamples|There are a few examples on this page over here.]]
