Exemple #1
0
 /**
  * {@inheritDoc}
  *
  * <p>This method is called only when log.exclusiveLock has been acquired.
  */
 @Override
 CursorState<K, V> getState() throws ChangelogException {
   return delegate.getState();
 }