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 2010/08/26 01:28:37 UTC

[Cassandra Wiki] Update of "API" by JonHermes

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

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

  ||`start_key` ||`string` ||n/a ||N ||The first key in the inclusive `KeyRange`. ||
  ||`end_key` ||`string` ||n/a ||N ||The last key in the inclusive `KeyRange`. ||
  ||`start_token` ||`string` ||n/a ||N ||The first token in the exclusive `KeyRange`. ||
- ||`end_token` ||`string` ||n/a ||N ||The last token in the exclusive `KeyRange`. ||
+ ||`end_token` ||`string` ||n/a ||N ||The last token in the inclusive `KeyRange`. ||
  ||`count` ||`i32` ||100 ||Y ||The total number of keys to permit in the `KeyRange`. ||