Uses of Enum Class
org.apache.hadoop.util.Shell.OSType
Packages that use Shell.OSType
-
Uses of Shell.OSType in org.apache.hadoop.util
Fields in org.apache.hadoop.util declared as Shell.OSTypeModifier and TypeFieldDescriptionstatic final Shell.OSTypeShell.osTypeGet the type of the operating system, as determined from parsing theos.nameproperty.Methods in org.apache.hadoop.util that return Shell.OSTypeModifier and TypeMethodDescriptionstatic Shell.OSTypeReturns the enum constant of this class with the specified name.static Shell.OSType[]Shell.OSType.values()Returns an array containing the constants of this enum class, in the order they are declared.