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.
