public static interface UncommittedTableData.FlushWriter
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
abort(java.lang.Throwable accumulate) |
void |
append(PaxosKeyState commitState) |
default void |
appendAll(java.lang.Iterable<PaxosKeyState> states) |
void |
finish() |
void append(PaxosKeyState commitState) throws java.io.IOException
java.io.IOException
void finish()
java.lang.Throwable abort(java.lang.Throwable accumulate)
default void appendAll(java.lang.Iterable<PaxosKeyState> states) throws java.io.IOException
java.io.IOException
Copyright © 2009-2022 The Apache Software Foundation