Dear Wiki user,

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

The "Counters" page has been changed by kelvin.
http://wiki.apache.org/cassandra/Counters?action=diff&rev1=4&rev2=5

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

  
  == Interface ==
  
- The interface follows the main API.  The main difference is that 
CounterColumn requires an i64 value and no timestamp.
+ The interface follows the main API.  The main differences are:
+  * CounterColumn requires an i64 value and no timestamp, and
+  * CounterDeletion does not take a timestamp.
+ Internally, the data store generates timestamps on the server to determine 
priority of deletion.
  
  {{{
  struct CounterColumn {

Reply via email to