Uses of Class
org.apache.hadoop.io.nativeio.NativeIOException
Packages that use NativeIOException
Package
Description
Various native IO-related calls not available in Java.
-
Uses of NativeIOException in org.apache.hadoop.io.nativeio
Methods in org.apache.hadoop.io.nativeio that throw NativeIOExceptionModifier and TypeMethodDescriptionvoidNativeIO.POSIX.CacheManipulator.posixFadviseIfPossible(String identifier, FileDescriptor fd, long offset, long len, int flags) static voidNativeIO.POSIX.syncFileRangeIfPossible(FileDescriptor fd, long offset, long nbytes, int flags) Call sync_file_range on the given file descriptor.