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 jeremyhanna. The comment on this change is: Marked up words that were incorrectly used as links.. http://wiki.apache.org/cassandra/API?action=diff&rev1=14&rev2=15 -------------------------------------------------- ||`ANY` ||Ensure that the write has been written to at least 1 node, including HintedHandoff recipients. || ||`ONE` ||Ensure that the write has been written to at least 1 replica's commit log and memory table before responding to the client. || ||`QUORUM` ||Ensure that the write has been written to `N / 2 + 1` replicas before responding to the client. || - ||`LOCAL_QUORUM` ||Ensure that the write has been written to <ReplicationFactor> / 2 + 1 nodes, within the local datacenter (requires NetworkTopologyStrategy) || + ||`LOCAL_QUORUM` ||Ensure that the write has been written to `<ReplicationFactor>` / 2 + 1 nodes, within the local datacenter (requires `NetworkTopologyStrategy`) || - ||`EACH_QUORUM` ||Ensure that the write has been written to <ReplicationFactor> / 2 + 1 nodes in each datacenter (requires NetworkTopologyStrategy) || + ||`EACH_QUORUM` ||Ensure that the write has been written to `<ReplicationFactor>` / 2 + 1 nodes in each datacenter (requires `NetworkTopologyStrategy`) || ||`ALL` ||Ensure that the write is written to all `N` replicas before responding to the client. Any unresponsive replicas will fail the operation. ||
