You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2011/02/24 22:48:43 UTC

[Cassandra Wiki] Update of "API" by jeremyhanna

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 jeremyhanna.
http://wiki.apache.org/cassandra/API?action=diff&rev1=9&rev2=10

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

  ## page was renamed from API07
  ## page was copied from API
  == Overview ==
- The Cassandra Thrift API changed between [[API03|0.3]], [[API04|0.4]], [[API|0.5]], [[API|0.6]], and 0.7; this document explains the 0.7 version.
+ The Cassandra Thrift API changed between [[API03|0.3]], [[API04|0.4]], [[API0506|0.5]], [[API0506|0.6]], and 0.7; this document explains the 0.7 version.
  
  Cassandra's client API is built entirely on top of Thrift. It should be noted that these documents mention default values, but these are not generated in all of the languages that Thrift supports.  Full examples of using Cassandra from Thrift, including setup boilerplate, are found on ThriftExamples.  Higher-level clients are linked from ClientOptions.