| Package | Description |
|---|---|
| org.apache.hadoop.io.nativeio |
Various native IO-related calls not available in Java.
|
| Modifier and Type | Method and Description |
|---|---|
static NativeIO.POSIX.Stat |
NativeIO.POSIX.getFstat(FileDescriptor fd)
Returns the file stat for a file descriptor.
|
static NativeIO.POSIX.Stat |
NativeIO.POSIX.getStat(String path)
Return the file stat for a file path.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.