Class PaxosState

  • All Implemented Interfaces:
    java.lang.AutoCloseable, PaxosOperationLock

    public class PaxosState
    extends java.lang.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.