Uses of Interface
org.apache.cassandra.service.paxos.PaxosOperationLock
-
Packages that use PaxosOperationLock Package Description org.apache.cassandra.service.paxos -
-
Uses of PaxosOperationLock in org.apache.cassandra.service.paxos
Classes in org.apache.cassandra.service.paxos that implement PaxosOperationLock Modifier and Type Class Description classPaxosStateWe save to memory the result of each operation before persisting to disk, however each operation that performs the update does not return a result to the coordinator until the result is fully persisted.Methods in org.apache.cassandra.service.paxos that return PaxosOperationLock Modifier and Type Method Description static PaxosOperationLockPaxosState. lock(DecoratedKey partitionKey, TableMetadata metadata, long deadline, ConsistencyLevel consistencyForConsensus, boolean isWrite)static PaxosOperationLockPaxosOperationLock. noOp()
-