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 ErrnoModifier and TypeMethodDescriptionNativeIOException.getErrno()static ErrnoReturns 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.Constructors in org.apache.hadoop.io.nativeio with parameters of type Errno