JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum Class
org.apache.hadoop.io.nativeio.Errno
Packages that use
Errno
Package
Description
org.apache.hadoop.io.nativeio
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.