Uses of Enum Class
org.apache.hadoop.io.nativeio.Errno

Packages that use Errno
Package
Description
Various native IO-related calls not available in Java.
  • Uses of Errno in org.apache.hadoop.io.nativeio

    Methods in org.apache.hadoop.io.nativeio that return Errno
    Modifier and Type
    Method
    Description
    static Errno
    Errno.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Errno[]
    Errno.values()
    Returns an array containing the constants of this enum class, in the order they are declared.