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

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

Introduction

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

The text is from its open source code.

Constructor

Method

BlockLocation[]getBlockLocations()
Get the file's block locations In HDFS, the returned BlockLocation will have different formats for replicated and erasure coded file.
longgetLen()
Get the length of this file, in bytes.
longgetModificationTime()
Get the modification time of the file.
PathgetPath()
FsPermissiongetPermission()
Get FsPermission associated with the file.
booleanisDirectory()
Is this a directory?
booleanisFile()
Is this a file?
voidsetPath(final Path p)
StringtoString()