public class FileStoreBackupImpl extends java.lang.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(@NotNull SegmentReader reader,
@NotNull Revisions revisions,
@NotNull java.io.File destination) |
boolean |
cleanup(FileStore f) |
public void backup(@NotNull @NotNull SegmentReader reader, @NotNull @NotNull Revisions revisions, @NotNull @NotNull java.io.File destination) throws java.io.IOException, InvalidFileStoreVersionException
backup
in interface FileStoreBackup
java.io.IOException
InvalidFileStoreVersionException
public boolean cleanup(FileStore f) throws java.io.IOException
cleanup
in interface FileStoreBackup
java.io.IOException
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.