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(java.lang.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, writepublic AlluxioFileStatus(URIStatus status, org.apache.hadoop.fs.Path fsPath)
AlluxioFileStatus instance.status - alluxio uri file statusfsPath - filesystem pathpublic URIStatus getUriStatus()
public boolean equals(java.lang.Object o)
equals in class org.apache.hadoop.fs.FileStatuspublic int hashCode()
hashCode in class org.apache.hadoop.fs.FileStatusCopyright © 2023. All Rights Reserved.