Class FileStoreBackupRestoreImpl

java.lang.Object
org.apache.jackrabbit.oak.backup.impl.FileStoreBackupRestoreImpl
All Implemented Interfaces:
FileStoreBackupRestoreMBean

public class FileStoreBackupRestoreImpl extends Object implements FileStoreBackupRestoreMBean
Default implementation of FileStoreBackupRestoreMBean based on a file.
  • Constructor Details

    • FileStoreBackupRestoreImpl

      public FileStoreBackupRestoreImpl(@NotNull @NotNull SegmentNodeStore store, @NotNull @NotNull Revisions revisions, @NotNull @NotNull SegmentReader reader, @NotNull @NotNull File file, @NotNull @NotNull Executor executor)
      Parameters:
      store - store to back up from or restore to
      file - file to back up to or restore from
      executor - executor for running the back up or restore operation
  • Method Details