Java org.apache.hadoop.hdfs.protocol HdfsFileStatus fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.hdfs.protocol HdfsFileStatus fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.hdfs.protocol HdfsFileStatus.

The text is from its open source code.

Subclass

org.apache.hadoop.hdfs.protocol.HdfsFileStatus has subclasses.
Click this link to see all its subclasses.

Field

Method

longgetAccessTime()
See FileStatus#getAccessTime() .
longgetBlockSize()
See FileStatus#getBlockSize() .
intgetChildrenNum()
FileEncryptionInfogetFileEncryptionInfo()
Get metadata for encryption, if present.
longgetFileId()
Inode ID for this entity, if a file.
StringgetFullName(String parent)
Get the string representation of the full path name.
PathgetFullPath(Path parent)
Get the full path.
StringgetGroup()
See FileStatus#getGroup() .
longgetLen()
See FileStatus#getLen() .
StringgetLocalName()
Get the string representation of the local name.
longgetModificationTime()
See FileStatus#getModificationTime() .
StringgetOwner()
See FileStatus#getOwner() .
FsPermissiongetPermission()
See FileStatus#getPermission() .
shortgetReplication()
See FileStatus#getReplication() .
bytegetStoragePolicy()
PathgetSymlink()
See FileStatus#getSymlink() .
booleanisDir()
See FileStatus#isDir() .
booleanisSymlink()
See FileStatus#isSymlink() .
FileStatusmakeQualified(URI defaultUri, Path parent)
Resolve the short name of the Path given the URI, parent provided.