Package org.apache.solr.handler
Class RestoreCore
java.lang.Object
org.apache.solr.handler.RestoreCore
-
Method Summary
Modifier and TypeMethodDescriptioncall()static RestoreCorecreate(BackupRepository backupRepo, SolrCore core, URI location, String backupname) static RestoreCorecreateWithMetaFile(BackupRepository repo, SolrCore core, URI location, ShardBackupId shardBackupId) boolean
-
Method Details
-
create
public static RestoreCore create(BackupRepository backupRepo, SolrCore core, URI location, String backupname) -
createWithMetaFile
public static RestoreCore createWithMetaFile(BackupRepository repo, SolrCore core, URI location, ShardBackupId shardBackupId) throws IOException - Throws:
IOException
-
call
-
doRestore
- Throws:
Exception
-