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 booleanUSE_FAKE_BLOBSTORE
-
Constructor Summary
Constructors Constructor Description FileStoreBackupImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbackup(@NotNull SegmentReader reader, @NotNull Revisions revisions, @NotNull File destination)booleancleanup(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:
backupin interfaceFileStoreBackup- Throws:
IOExceptionInvalidFileStoreVersionException
-
cleanup
public boolean cleanup(FileStore f) throws IOException
- Specified by:
cleanupin interfaceFileStoreBackup- Throws:
IOException
-
-