Class ForStFileStatus


  • public class ForStFileStatus
    extends Object
    A wrapper of FileStatus just for ForSt. It delegates all the methods from FileStatus and provide a version of primitive types. This class is used by JNI.
    • Constructor Detail

      • ForStFileStatus

        public ForStFileStatus​(org.apache.flink.core.fs.FileStatus fileStatus)
    • Method Detail

      • getLen

        public long getLen()
      • getBlockSize

        public long getBlockSize()
      • getReplication

        public short getReplication()
      • getModificationTime

        public long getModificationTime()
      • getAccessTime

        public long getAccessTime()
      • isDir

        public boolean isDir()
      • getPath

        public String getPath()