Ejemplo n.º 1
0
 /** Returns the state of this cursor. */
 @Override
 CursorState<K, V> getState() throws ChangelogException {
   return new CursorState<>(
       currentLogFile, currentCursor.getFilePosition(), currentCursor.getRecord());
 }