Java org.apache.hadoop.fs FileStatus fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.fs FileStatus fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.fs FileStatus.

The text is from its open source code.

Subclass

org.apache.hadoop.fs.FileStatus has subclasses.
Click this link to see all its subclasses.

Constructor

Method

intcompareTo(FileStatus o)
Compare this FileStatus to another FileStatus
intcompareTo(Object o)
Compare this FileStatus to another FileStatus.
booleanequals(Object o)
Compare if this object is equal to another object
longgetAccessTime()
Get the access time of the file.
longgetBlockSize()
Get the block size of the file.
StringgetGroup()
Get the group associated with the file.
longgetLen()
Get the length of this file, in bytes.
longgetModificationTime()
Get the modification time of the file.
StringgetOwner()
Get the owner of the file.
PathgetPath()
FsPermissiongetPermission()
Get FsPermission associated with the file.
shortgetReplication()
Get the replication factor of a file.
PathgetSymlink()
booleanisDirectory()
Is this a directory?
booleanisEncrypted()
Tell whether the underlying file or directory is encrypted or not.
booleanisFile()
Is this a file?
booleanisSymlink()
Is this a symbolic link?
voidreadFields(DataInput in)
Read instance encoded as protobuf from stream.
voidsetPath(final Path p)
voidsetSymlink(final Path p)
StringtoString()
voidwrite(DataOutput out)
Write instance encoded as protobuf to stream.