Interface SyncStatusHolder
- All Known Implementing Classes:
DefaultSyncStatusHolder,RAFileSyncStatusWriter
public interface SyncStatusHolder
-
Method Summary
Modifier and TypeMethodDescriptionintintintintgetTurn()booleanvoidlogBeginTurn(int turn) voidlogFinishTurn(int turn, int turnDumpCount) voidlogLine(int lastLine, int lastLineDumpCount, boolean errorsOccured) voidvoidsyncDone()
-
Method Details
-
getLastLine
int getLastLine() -
getLastTurnDumpCount
int getLastTurnDumpCount() -
getLastLineDumpCount
int getLastLineDumpCount() -
getTurn
int getTurn() -
isErrorsOccured
boolean isErrorsOccured() -
logBeginTurn
void logBeginTurn(int turn) -
logFinishTurn
void logFinishTurn(int turn, int turnDumpCount) -
logLine
void logLine(int lastLine, int lastLineDumpCount, boolean errorsOccured) -
syncDone
void syncDone() -
syncAborted
void syncAborted()
-