Class FileStoreBackupImpl
- java.lang.Object
-
- org.apache.jackrabbit.oak.backup.impl.FileStoreBackupImpl
-
- All Implemented Interfaces:
FileStoreBackup
public class FileStoreBackupImpl extends Object implements FileStoreBackup
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
USE_FAKE_BLOBSTORE
-
Constructor Summary
Constructors Constructor Description FileStoreBackupImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
backup(@NotNull SegmentReader reader, @NotNull Revisions revisions, @NotNull File destination)
boolean
cleanup(FileStore f)
-
-
-
Method Detail
-
backup
public void backup(@NotNull @NotNull SegmentReader reader, @NotNull @NotNull Revisions revisions, @NotNull @NotNull File destination) throws IOException, InvalidFileStoreVersionException
- Specified by:
backup
in interfaceFileStoreBackup
- Throws:
IOException
InvalidFileStoreVersionException
-
cleanup
public boolean cleanup(FileStore f) throws IOException
- Specified by:
cleanup
in interfaceFileStoreBackup
- Throws:
IOException
-
-