Uses of Class
org.apache.solr.core.backup.ShardBackupId
Packages that use ShardBackupId
Package
Description
Core classes for Solr's Backup/Restore functionality
Concrete implementations of
SolrRequestHandler-
Uses of ShardBackupId in org.apache.solr.core.backup
Methods in org.apache.solr.core.backup that return ShardBackupIdModifier and TypeMethodDescriptionstatic ShardBackupIdstatic ShardBackupIdShardBackupId.fromShardMetadataFilename(String filenameString) BackupProperties.putAndGetShardBackupIdFor(String shardName, int backupId) Methods in org.apache.solr.core.backup that return types with arguments of type ShardBackupIdMethods in org.apache.solr.core.backup with parameters of type ShardBackupIdModifier and TypeMethodDescriptionstatic ShardBackupMetadataShardBackupMetadata.from(BackupRepository repository, URI dir, ShardBackupId shardBackupId) Reads a shard metadata file from aBackupRepositoryand parses the result into aShardBackupMetadatavoidShardBackupMetadata.store(BackupRepository repository, URI folderURI, ShardBackupId shardBackupId) Storing ShardBackupMetadata atfolderURIwith namefilename. -
Uses of ShardBackupId in org.apache.solr.handler
Methods in org.apache.solr.handler with parameters of type ShardBackupIdModifier and TypeMethodDescriptionstatic RestoreCoreRestoreCore.createWithMetaFile(BackupRepository repo, SolrCore core, URI location, ShardBackupId shardBackupId) Constructors in org.apache.solr.handler with parameters of type ShardBackupIdModifierConstructorDescriptionIncrementalShardBackup(BackupRepository backupRepo, SolrCore solrCore, BackupFilePaths incBackupFiles, ShardBackupId prevShardBackupId, ShardBackupId shardBackupId, Optional<String> commitNameOption)