Interface UncommittedTableData.FlushWriter
-
- Enclosing class:
- UncommittedTableData
public static interface UncommittedTableData.FlushWriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.lang.Throwable
abort(java.lang.Throwable accumulate)
void
append(PaxosKeyState commitState)
default void
appendAll(java.lang.Iterable<PaxosKeyState> states)
void
finish()
-
-
-
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
-
-