mirror of https://github.com/apache/cassandra
edit comment describing get_string methods. patch by jbellis
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@809704 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
35cd1761f6
commit
526af55263
|
|
@ -142,10 +142,9 @@ service Cassandra {
|
|||
list<string> get_key_range(1:string keyspace, 2:string column_family, 3:string start="", 4:string finish="", 5:i32 count=100, 6:ConsistencyLevel consistency_level=1)
|
||||
throws (1: InvalidRequestException ire),
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////
|
||||
// The following are beta APIs being introduced for CLI and/or CQL support. //
|
||||
// These are still experimental, and subject to change. //
|
||||
/////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// Meta-APIs -- APIs to get information about the node or cluster,
|
||||
// rather than user data. The nodeprobe program provides usage examples.
|
||||
|
||||
// get property whose value is of type "string"
|
||||
string get_string_property(1:string property),
|
||||
|
|
|
|||
Loading…
Reference in New Issue