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 TylerHobbs.
The comment on this change is: Added describe_partitioner().
http://wiki.apache.org/cassandra/API?action=diff&rev1=18&rev2=19

--------------------------------------------------

  
  Gets the token ring; a map of ranges to host addresses. Represented as a set 
of `TokenRange` instead of a map from range to list of endpoints, because you 
can't use Thrift structs as map keys: 
https://issues.apache.org/jira/browse/THRIFT-162 for the same reason, we can't 
return a set here, even though order is neither important nor predictable.
  
+ === describe_partitioner ===
+  . `string describe_partitioner()`
+ 
+ Gets the name of the partitioner for the cluster.
+ 
  === describe_keyspace ===
  
   . `KsDef describe_keyspace(string keyspace)`

Reply via email to