Uses of Interface
org.apache.solr.core.backup.repository.BackupRepository
Packages that use BackupRepository
Package
Description
Core classes implementing Solr internals and the management of
SolrCoresCore classes for Solr's Backup/Restore functionality
BackupRepository Providing backup/restore
repository interfaces to plug different storage systemsConcrete implementations of
SolrRequestHandlerV2 API implementations for "admin" APIs.
-
Uses of BackupRepository in org.apache.solr.core
Methods in org.apache.solr.core that return BackupRepositoryModifier and TypeMethodDescriptionCoreContainer.newBackupRepository(String repositoryName) This method instantiates a new instance of BackupRepository. -
Uses of BackupRepository in org.apache.solr.core.backup
Fields in org.apache.solr.core.backup declared as BackupRepositoryMethods in org.apache.solr.core.backup with parameters of type BackupRepositoryModifier and TypeMethodDescriptionstatic URIBackupFilePaths.buildExistingBackupLocationURI(BackupRepository repository, URI location, String backupName) Builds the URI for the backup location given the user-provided 'location' and backup 'name'.static BackupManagerBackupManager.forBackup(BackupRepository repository, org.apache.solr.common.cloud.ZkStateReader stateReader, URI backupPath) static BackupManagerBackupManager.forIncrementalBackup(BackupRepository repository, org.apache.solr.common.cloud.ZkStateReader stateReader, URI backupPath) static BackupManagerBackupManager.forRestore(BackupRepository repository, org.apache.solr.common.cloud.ZkStateReader stateReader, URI backupPath) static BackupManagerBackupManager.forRestore(BackupRepository repository, org.apache.solr.common.cloud.ZkStateReader stateReader, URI backupPath, int bid) static ShardBackupMetadataShardBackupMetadata.from(BackupRepository repository, URI dir, ShardBackupId shardBackupId) Reads a shard metadata file from aBackupRepositoryand parses the result into aShardBackupMetadatastatic BackupPropertiesBackupProperties.readFrom(BackupRepository repository, URI backupPath, String fileName) static Optional<BackupProperties> BackupProperties.readFromLatest(BackupRepository repository, URI backupPath) voidShardBackupMetadata.store(BackupRepository repository, URI folderURI, ShardBackupId shardBackupId) Storing ShardBackupMetadata atfolderURIwith namefilename.Constructors in org.apache.solr.core.backup with parameters of type BackupRepositoryModifierConstructorDescriptionBackupFilePaths(BackupRepository repository, URI backupLoc) Create a BackupFilePaths object. -
Uses of BackupRepository in org.apache.solr.core.backup.repository
Classes in org.apache.solr.core.backup.repository that implement BackupRepositoryModifier and TypeClassDescriptionclassAbstractBackupRepositoryimplementation providing some logic shared between real implementations.classDelegates to anotherBackupRepository.classA concrete implementation of BackupRepository interface supporting backup/restore of Solr indexes to a local file-system.Fields in org.apache.solr.core.backup.repository declared as BackupRepositoryMethods in org.apache.solr.core.backup.repository that return BackupRepositoryModifier and TypeMethodDescriptionBackupRepositoryFactory.newInstance(SolrResourceLoader loader) BackupRepositoryFactory.newInstance(SolrResourceLoader loader, String name) Methods in org.apache.solr.core.backup.repository with parameters of type BackupRepositoryModifier and TypeMethodDescriptionprotected voidDelegatingBackupRepository.setDelegate(BackupRepository delegate) -
Uses of BackupRepository in org.apache.solr.handler
Methods in org.apache.solr.handler that return BackupRepositoryMethods in org.apache.solr.handler with parameters of type BackupRepositoryModifier and TypeMethodDescriptionstatic RestoreCoreRestoreCore.create(BackupRepository backupRepo, SolrCore core, URI location, String backupname) static RestoreCoreRestoreCore.createWithMetaFile(BackupRepository repo, SolrCore core, URI location, ShardBackupId shardBackupId) Constructors in org.apache.solr.handler with parameters of type BackupRepositoryModifierConstructorDescriptionIncrementalShardBackup(BackupRepository backupRepo, SolrCore solrCore, BackupFilePaths incBackupFiles, ShardBackupId prevShardBackupId, ShardBackupId shardBackupId, Optional<String> commitNameOption) SnapShooter(BackupRepository backupRepo, SolrCore core, URI location, String snapshotName, String commitName) -
Uses of BackupRepository in org.apache.solr.handler.admin.api
Methods in org.apache.solr.handler.admin.api that return BackupRepositoryModifier and TypeMethodDescriptionprotected BackupRepositoryBackupAPIBase.createBackupRepository(String repositoryName)