You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2009/08/31 21:25:26 UTC

svn commit: r809704 - /incubator/cassandra/trunk/interface/cassandra.thrift

Author: jbellis
Date: Mon Aug 31 19:25:26 2009
New Revision: 809704

URL: http://svn.apache.org/viewvc?rev=809704&view=rev
Log:
edit comment describing get_string methods.  patch by jbellis

Modified:
    incubator/cassandra/trunk/interface/cassandra.thrift

Modified: incubator/cassandra/trunk/interface/cassandra.thrift
URL: http://svn.apache.org/viewvc/incubator/cassandra/trunk/interface/cassandra.thrift?rev=809704&r1=809703&r2=809704&view=diff
==============================================================================
--- incubator/cassandra/trunk/interface/cassandra.thrift (original)
+++ incubator/cassandra/trunk/interface/cassandra.thrift Mon Aug 31 19:25:26 2009
@@ -142,10 +142,9 @@
   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),