Package io.lakefs
Class LakeFSFileStatus
- java.lang.Object
-
- org.apache.hadoop.fs.FileStatus
-
- io.lakefs.LakeFSFileStatus
-
- All Implemented Interfaces:
Comparable,org.apache.hadoop.io.Writable
public class LakeFSFileStatus extends org.apache.hadoop.fs.FileStatusA class that represents the Lakefs status of a path. A path can beObjectStats.PathTypeEnum.OBJECTor aObjectStats.PathTypeEnum.COMMON_PREFIX. For lakefs objects, an instance of this class encapsulates itsObjectStats, and for common-prefix it acts as a markup that a common-prefix considered a directory.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLakeFSFileStatus.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChecksum()StringgetPhysicalAddress()booleanisEmptyDirectory()-
Methods inherited from class org.apache.hadoop.fs.FileStatus
compareTo, equals, getAccessTime, getBlockSize, getGroup, getLen, getModificationTime, getOwner, getPath, getPermission, getReplication, getSymlink, hashCode, isDir, isDirectory, isEncrypted, isFile, isSymlink, readFields, setGroup, setOwner, setPath, setPermission, setSymlink, toString, write
-
-