BackupRepository
Providing backup/restore
repository interfaces to plug different storage systemsSee: Description
Interface | Description |
---|---|
BackupRepository |
This interface defines the functionality required to backup/restore Solr indexes to an arbitrary storage system.
|
Class | Description |
---|---|
BackupRepositoryFactory | |
HdfsBackupRepository | |
LocalFileSystemRepository |
A concrete implementation of BackupRepository interface supporting backup/restore of Solr indexes to a
local file-system.
|
Enum | Description |
---|---|
BackupRepository.PathType |
This enumeration defines the type of a given path.
|
BackupRepository
Providing backup/restore
repository interfaces to plug different storage systemsCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.