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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Method

booleandelete(Path f, boolean recursive)
Implement the delete(Path, boolean) in checksum file system.
voidinitialize(URI name, Configuration conf)
FileStatus[]listStatus(Path f)
List the statuses of the files/directories in the given path if the path is a directory.
booleanmkdirs(Path f)
FilepathToFile(Path path)
Convert a path to a File.
voidsetVerifyChecksum(boolean verifyChecksum)
Set whether to verify checksum.