|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |