public final class S3FileStatus extends Object implements FileStatus
| Modifier and Type | Method and Description |
|---|---|
long |
getAccessTime() |
long |
getBlockSize() |
long |
getLen() |
long |
getModificationTime() |
Path |
getPath() |
short |
getReplication() |
boolean |
isDir() |
public long getLen()
getLen in interface FileStatuspublic long getBlockSize()
getBlockSize in interface FileStatuspublic short getReplication()
getReplication in interface FileStatuspublic long getModificationTime()
getModificationTime in interface FileStatuspublic long getAccessTime()
getAccessTime in interface FileStatuspublic boolean isDir()
isDir in interface FileStatuspublic Path getPath()
getPath in interface FileStatusCopyright © 2014 The Apache Software Foundation. All rights reserved.