public class IncrementalShardBackup extends Object
ShardBackupMetadata file to determine which files already exist in the repository and can be skipped.| Constructor and Description |
|---|
IncrementalShardBackup(BackupRepository backupRepo,
SolrCore solrCore,
BackupFilePaths incBackupFiles,
ShardBackupId prevShardBackupId,
ShardBackupId shardBackupId,
Optional<String> commitNameOption) |
| Modifier and Type | Method and Description |
|---|---|
NamedList |
backup() |
protected NamedList |
backup(IndexCommit indexCommit) |
public IncrementalShardBackup(BackupRepository backupRepo, SolrCore solrCore, BackupFilePaths incBackupFiles, ShardBackupId prevShardBackupId, ShardBackupId shardBackupId, Optional<String> commitNameOption)
prevShardBackupId - previous ShardBackupMetadata file which will be used for skipping
uploading index files already present in this file.shardBackupId - file where all meta data of this backup will be stored to.Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.