public class S3AFileStatus extends FileStatus
| Constructor and Description |
|---|
S3AFileStatus(boolean isdir,
boolean isemptydir,
Path path) |
S3AFileStatus(long length,
long modification_time,
Path path,
long blockSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Compare if this object is equal to another object
|
int |
hashCode()
Returns a hash code value for the object, which is defined as
the hash code of the path name.
|
boolean |
isEmptyDirectory() |
compareTo, getAccessTime, getBlockSize, getGroup, getLen, getModificationTime, getOwner, getPath, getPermission, getReplication, getSymlink, isDir, isDirectory, isEncrypted, isFile, isSymlink, readFields, setGroup, setOwner, setPath, setPermission, setSymlink, toString, writepublic S3AFileStatus(boolean isdir,
boolean isemptydir,
Path path)
public S3AFileStatus(long length,
long modification_time,
Path path,
long blockSize)
public boolean isEmptyDirectory()
public boolean equals(Object o)
equals in class FileStatuso - the object to be compared.public int hashCode()
hashCode in class FileStatusCopyright © 2018 CERN. All Rights Reserved.