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
 void NativeIO.POSIX.CacheManipulator.posixFadviseIfPossible(String identifier, FileDescriptor fd, long offset, long len, int flags)
           
static void NativeIO.POSIX.syncFileRangeIfPossible(FileDescriptor fd, long offset, long nbytes, int flags)
          Call sync_file_range on the given file descriptor.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.