org.apache.hadoop.io.nativeio
Class NativeIO.Stat
java.lang.Object
org.apache.hadoop.io.nativeio.NativeIO.Stat
- Enclosing class:
- NativeIO
public static class NativeIO.Stat
- extends Object
Result type of the fstat call
S_IFMT
public static final int S_IFMT
- See Also:
- Constant Field Values
S_IFIFO
public static final int S_IFIFO
- See Also:
- Constant Field Values
S_IFCHR
public static final int S_IFCHR
- See Also:
- Constant Field Values
S_IFDIR
public static final int S_IFDIR
- See Also:
- Constant Field Values
S_IFBLK
public static final int S_IFBLK
- See Also:
- Constant Field Values
S_IFREG
public static final int S_IFREG
- See Also:
- Constant Field Values
S_IFLNK
public static final int S_IFLNK
- See Also:
- Constant Field Values
S_IFSOCK
public static final int S_IFSOCK
- See Also:
- Constant Field Values
S_IFWHT
public static final int S_IFWHT
- See Also:
- Constant Field Values
S_ISUID
public static final int S_ISUID
- See Also:
- Constant Field Values
S_ISGID
public static final int S_ISGID
- See Also:
- Constant Field Values
S_ISVTX
public static final int S_ISVTX
- See Also:
- Constant Field Values
S_IRUSR
public static final int S_IRUSR
- See Also:
- Constant Field Values
S_IWUSR
public static final int S_IWUSR
- See Also:
- Constant Field Values
S_IXUSR
public static final int S_IXUSR
- See Also:
- Constant Field Values
toString
public String toString()
- Overrides:
toString
in class Object
getOwner
public String getOwner()
getMode
public int getMode()
Copyright © 2009 The Apache Software Foundation