Package org.apache.solr.core.backup
Class ShardBackupId
java.lang.Object
org.apache.solr.core.backup.ShardBackupId
Represents the ID of a particular backup point for a particular shard.
ShardBackupId's only need be unique within a given collection and backup location/name, so in
practice they're formed by combining the shard name with the BackupId in the form:
"md_$SHARDNAME_BACKUPID".
ShardBackupId's are most often used as a filename to store shard-level metadata for the
backup. See ShardBackupMetadata for more information.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ShardBackupIdstatic ShardBackupIdfromShardMetadataFilename(String filenameString)
-
Constructor Details
-
ShardBackupId
-
-
Method Details
-
getShardName
-
getContainingBackupId
-
getIdAsString
-
getBackupMetadataFilename
-
from
-
fromShardMetadataFilename
-