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

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

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

Methods in org.apache.hadoop.io.nativeio that throw NativeIOException
static void NativeIO.posixFadviseIfPossible(FileDescriptor fd, long offset, long len, int flags)
          Call posix_fadvise on the given file descriptor.
static void NativeIO.syncFileRangeIfPossible(FileDescriptor fd, long offset, long nbytes, int flags)
          Call sync_file_range on the given file descriptor.
 



Copyright © 2009 The Apache Software Foundation