Uses of Class
org.apache.solr.core.backup.repository.BackupRepository.PathType
-
Packages that use BackupRepository.PathType Package Description org.apache.solr.core.backup.repository BackupRepositoryProviding 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.PathTypeBackupRepository. getPathType(URI path)This method returns the type of a specified pathBackupRepository.PathTypeDelegatingBackupRepository. getPathType(URI path)BackupRepository.PathTypeLocalFileSystemRepository. getPathType(URI path)static BackupRepository.PathTypeBackupRepository.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.
-