Package io.lakefs

Class LakeFSFileStatus

  • All Implemented Interfaces:
    Comparable, org.apache.hadoop.io.Writable

    public class LakeFSFileStatus
    extends org.apache.hadoop.fs.FileStatus
    A class that represents the Lakefs status of a path. A path can be ObjectStats.PathTypeEnum.OBJECT or a ObjectStats.PathTypeEnum.COMMON_PREFIX. For lakefs objects, an instance of this class encapsulates its ObjectStats, and for common-prefix it acts as a markup that a common-prefix considered a directory.
    • Method Detail

      • getChecksum

        public String getChecksum()
      • getPhysicalAddress

        public String getPhysicalAddress()
      • isEmptyDirectory

        public boolean isEmptyDirectory()