|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.dfs.HftpFileSystem.HftpFileStatus
public class HftpFileSystem.HftpFileStatus
Constructor Summary | |
---|---|
HftpFileSystem.HftpFileStatus(long length,
boolean isdir,
short replication,
long blocksize,
long modtime,
Path path)
|
Method Summary | |
---|---|
long |
getBlockSize()
Get the block size of the file. |
long |
getLen()
|
long |
getModificationTime()
Get the modification time of the file. |
Path |
getPath()
|
short |
getReplication()
Get the replication factor of a file. |
boolean |
isDir()
Is this a directory? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HftpFileSystem.HftpFileStatus(long length, boolean isdir, short replication, long blocksize, long modtime, Path path)
Method Detail |
---|
public long getLen()
getLen
in interface FileStatus
public boolean isDir()
FileStatus
isDir
in interface FileStatus
public long getBlockSize()
FileStatus
getBlockSize
in interface FileStatus
public short getReplication()
FileStatus
getReplication
in interface FileStatus
public long getModificationTime()
FileStatus
getModificationTime
in interface FileStatus
public Path getPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |