Uses of Class
org.apache.accumulo.server.fs.VolumeManager.FileType
-
Packages that use VolumeManager.FileType Package Description org.apache.accumulo.server.fs -
-
Uses of VolumeManager.FileType in org.apache.accumulo.server.fs
Methods in org.apache.accumulo.server.fs that return VolumeManager.FileType Modifier and Type Method Description static VolumeManager.FileTypeVolumeManager.FileType. valueOf(String name)Returns the enum constant of this type with the specified name.static VolumeManager.FileType[]VolumeManager.FileType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.accumulo.server.fs with parameters of type VolumeManager.FileType Modifier and Type Method Description org.apache.hadoop.fs.PathVolumeManager. getFullPath(VolumeManager.FileType fileType, String fileName)org.apache.hadoop.fs.PathVolumeManagerImpl. getFullPath(VolumeManager.FileType fileType, String path)static StringVolumeUtil. switchVolume(String path, VolumeManager.FileType ft, List<Pair<org.apache.hadoop.fs.Path,org.apache.hadoop.fs.Path>> replacements)
-