Exemple #1
0
 /** Reinitialize this cursor to the provided state. */
 @Override
 void reinitializeTo(final CursorState<K, V> cursorState) throws ChangelogException {
   currentLogFile = cursorState.logFile;
   currentCursor =
       currentLogFile.getCursorInitialisedTo(cursorState.record, cursorState.filePosition);
 }