Uses of Class
org.apache.cassandra.locator.ReplicaPlan.ForPaxosWrite
-
Packages that use ReplicaPlan.ForPaxosWrite Package Description org.apache.cassandra.locator -
-
Uses of ReplicaPlan.ForPaxosWrite in org.apache.cassandra.locator
Methods in org.apache.cassandra.locator that return ReplicaPlan.ForPaxosWrite Modifier and Type Method Description static ReplicaPlan.ForPaxosWrite
ReplicaPlans. forPaxos(Keyspace keyspace, DecoratedKey key, ConsistencyLevel consistencyForPaxos)
Construct the plan for a paxos round - NOT the write or read consistency level for either the write or comparison, but for the paxos linearisation agreement.
-