public class FileStoreBackupImpl extends Object implements FileStoreBackup
| Modifier and Type | Field and Description |
|---|---|
static boolean |
USE_FAKE_BLOBSTORE |
| Constructor and Description |
|---|
FileStoreBackupImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
backup(SegmentReader reader,
Revisions revisions,
File destination) |
boolean |
cleanup(FileStore f) |
public void backup(@Nonnull SegmentReader reader, @Nonnull Revisions revisions, @Nonnull File destination) throws IOException, InvalidFileStoreVersionException
backup in interface FileStoreBackupIOExceptionInvalidFileStoreVersionExceptionpublic boolean cleanup(FileStore f) throws IOException
cleanup in interface FileStoreBackupIOExceptionCopyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.