Uses of Class
org.apache.solr.core.backup.repository.BackupRepository.PathType
-
Packages that use BackupRepository.PathType Package Description org.apache.solr.core.backup.repository BackupRepository
Providing backup/restore repository interfaces to plug different storage systems -
-
Uses of BackupRepository.PathType in org.apache.solr.core.backup.repository
Methods in org.apache.solr.core.backup.repository that return BackupRepository.PathType Modifier and Type Method Description BackupRepository.PathType
BackupRepository. getPathType(URI path)
This method returns the type of a specified pathBackupRepository.PathType
LocalFileSystemRepository. getPathType(URI path)
static BackupRepository.PathType
BackupRepository.PathType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BackupRepository.PathType[]
BackupRepository.PathType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-