public class AlluxioFileStatus
extends org.apache.hadoop.fs.FileStatus
Constructor and Description |
---|
AlluxioFileStatus(URIStatus status,
org.apache.hadoop.fs.Path fsPath)
Constructs a new
AlluxioFileStatus instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
URIStatus |
getUriStatus()
get uri status.
|
int |
hashCode() |
attributes, compareTo, compareTo, getAccessTime, getBlockSize, getGroup, getLen, getModificationTime, getOwner, getPath, getPermission, getReplication, getSymlink, hasAcl, isDir, isDirectory, isEncrypted, isErasureCoded, isFile, isSnapshotEnabled, isSymlink, readFields, setGroup, setOwner, setPath, setPermission, setSymlink, toString, validateObject, write
public AlluxioFileStatus(URIStatus status, org.apache.hadoop.fs.Path fsPath)
AlluxioFileStatus
instance.status
- alluxio uri file statusfsPath
- filesystem pathCopyright © 2023. All Rights Reserved.