Uses of Enum Class
org.apache.hadoop.fs.shell.PathData.PathType

Packages that use PathData.PathType
Package
Description
Support for the execution of a file system command.
  • Uses of PathData.PathType in org.apache.hadoop.fs.shell

    Methods in org.apache.hadoop.fs.shell that return PathData.PathType
    Modifier and Type
    Method
    Description
    PathData.PathType.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    PathData.PathType.values()
    Returns an array containing the constants of this enum class, in the order they are declared.