Class PaxosState

java.lang.Object
org.apache.cassandra.service.paxos.PaxosState
All Implemented Interfaces:
AutoCloseable, PaxosOperationLock

public class PaxosState extends Object implements PaxosOperationLock
We 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.