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

Packages that use Errno
org.apache.hadoop.io.nativeio   
 

Uses of Errno in org.apache.hadoop.io.nativeio
 

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

Constructors in org.apache.hadoop.io.nativeio with parameters of type Errno
NativeIOException(String msg, Errno errno)
           
 



Copyright © 2009 The Apache Software Foundation