Uses of Class
alluxio.underfs.hdfs.HdfsVersion
-
Packages that use HdfsVersion Package Description alluxio.underfs.hdfs -
-
Uses of HdfsVersion in alluxio.underfs.hdfs
Methods in alluxio.underfs.hdfs that return HdfsVersion Modifier and Type Method Description static HdfsVersionHdfsVersion. find(java.lang.String versionString)static HdfsVersionHdfsVersion. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HdfsVersion[]HdfsVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.
-