Interface UncommittedTableData.FlushWriter

    • Method Detail

      • append

        void append​(PaxosKeyState commitState)
             throws java.io.IOException
        Throws:
        java.io.IOException
      • finish

        void finish()
      • abort

        java.lang.Throwable abort​(java.lang.Throwable accumulate)
      • appendAll

        default void appendAll​(java.lang.Iterable<PaxosKeyState> states)
                        throws java.io.IOException
        Throws:
        java.io.IOException