Description Usage Arguments Value Author(s) See Also
RC.cluster.name
returns the name of the cluster.
RC.version
returns the protocol version.
RC.describe.keyspace
returns a keyspace definition.
RC.describe.keyspaces
returns a list of definitions for all
keyspaces.
1 2 3 4 | RC.cluster.name(conn)
RC.version(conn)
RC.describe.keyspaces(conn)
RC.describe.keyspace(conn, keyspace)
|
conn |
connection handle are returned by
|
keyspace |
string, name of the keyspace to describe |
For RC.cluster.name
and RC.version
a string.
For RC.describe.keyspace
a structure describing the keyspace -
see KsDef
structure in Cassandra.
For RC.describe.keyspaces
a list of the KsDef
strctures.
Simon Urbanek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.