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

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

  == Overview ==
  The Cassandra Thrift API changed between 0.3, 0.4, 0.5 and 0.6; this document 
explains the 0.5 version with annotations for the changes in 0.6. The 
[[API03|0.3 API]] and [[API04|0.4 API]] are archived for reference.
  
- 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.
+ 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.
  
  '''WARNING:''' Some SQL/RDBMS terms are used in this documentation for 
analogy purposes. They should be thought of as just that; analogies. There are 
few similarities between how data is managed in a traditional RDBMS and 
Cassandra. Please see DataModel for more information.
  

Reply via email to