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 Paul Prescod. http://wiki.apache.org/cassandra/API?action=diff&rev1=55&rev2=56 -------------------------------------------------- ==== Write ==== ||'''Level''' ||'''Behavior''' || - ||`ZERO` ||Ensure nothing. A write happens asynchronously in background. Until [[Cassandra-685|https://issues.apache.org/jira/browse/CASSANDRA-685]] is fixed: If too many of these queue up, buffers will explode and bad things will happen. || + ||`ZERO` ||Ensure nothing. A write happens asynchronously in background. Until [[https://issues.apache.org/jira/browse/CASSANDRA-685|CASSANDRA-685]] is fixed: If too many of these queue up, buffers will explode and bad things will happen. || ||`ANY` ||(Requires 0.6) Ensure that the write has been written to at least 1 node, including hinted recipients. || ||`ONE` ||Ensure that the write has been written to at least 1 node's commit log and memory table before responding to the client. || ||`QUORUM` ||Ensure that the write has been written to `<ReplicationFactor> / 2 + 1` nodes before responding to the client. ||
