Uses of Class
org.apache.solr.core.backup.BackupId
-
Packages that use BackupId Package Description org.apache.solr.core.backup Core classes for Solr's Backup/Restore functionality -
-
Uses of BackupId in org.apache.solr.core.backup
Fields in org.apache.solr.core.backup declared as BackupId Modifier and Type Field Description protected BackupIdBackupManager. backupIdMethods in org.apache.solr.core.backup that return BackupId Modifier and Type Method Description BackupIdBackupManager. getBackupId()BackupIdShardBackupId. getContainingBackupId()BackupIdBackupId. nextBackupId()static BackupIdBackupId. traditionalBackup()static BackupIdBackupId. zero()Methods in org.apache.solr.core.backup that return types with arguments of type BackupId Modifier and Type Method Description static List<BackupId>BackupFilePaths. findAllBackupIdsFromFileListing(String[] listFiles)Identify all strings which appear to be the filename of a top-level backup properties file.static Optional<BackupId>BackupFilePaths. findMostRecentBackupIdFromFileListing(String[] listFiles)Identify the string from an array of filenames which represents the most recent top-level backup properties file.Methods in org.apache.solr.core.backup with parameters of type BackupId Modifier and Type Method Description intBackupId. compareTo(BackupId o)static StringBackupFilePaths. getBackupPropsName(BackupId id)Get the filename of the top-level backup properties filestatic StringBackupFilePaths. getZkStateDir(BackupId id)Get the directory name used to hold backed up ZK stateConstructors in org.apache.solr.core.backup with parameters of type BackupId Constructor Description ShardBackupId(String shardName, BackupId containingBackupId)
-