Class NativeIO.POSIX.Stat

java.lang.Object
org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
Enclosing class:
NativeIO.POSIX

public static class NativeIO.POSIX.Stat extends Object
Result type of the fstat call
  • Field Details

    • S_IFMT

      public static int S_IFMT
    • S_IFIFO

      public static int S_IFIFO
    • S_IFCHR

      public static int S_IFCHR
    • S_IFDIR

      public static int S_IFDIR
    • S_IFBLK

      public static int S_IFBLK
    • S_IFREG

      public static int S_IFREG
    • S_IFLNK

      public static int S_IFLNK
    • S_IFSOCK

      public static int S_IFSOCK
    • S_ISUID

      public static int S_ISUID
    • S_ISGID

      public static int S_ISGID
    • S_ISVTX

      public static int S_ISVTX
    • S_IRUSR

      public static int S_IRUSR
    • S_IWUSR

      public static int S_IWUSR
    • S_IXUSR

      public static int S_IXUSR
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getOwner

      public String getOwner()
    • getGroup

      public String getGroup()
    • getMode

      public int getMode()