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 2009/08/25 01:41:08 UTC

[Cassandra Wiki] Update of "API" by JoeStump

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.

The following page has been changed by JoeStump:
http://wiki.apache.org/cassandra/API

The comment on the change is:
Added initial documentation on API.

New page:
== Overview ==

The Cassandra Thrift API changed between 0.3 and 0.4. 

== Terminology / Abbreviations ==
 CF:: Column family.

== Exceptions ==
 NotFoundException:: A specific column was requested that does not exist.
 InvalidRequestException`:: Invalid request could mean keyspace or column family does not exist, required parameters are missing, or a parameter is malformed. `why` contains an associated error message.
 UnavailableException:: Not all the replicas required could be created and/or read.
 TApplicationException:: Internal server error.