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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Method

voidclose()
booleandeleteOnExit(Path f)
Mark a path to be deleted when its FileSystem is closed.
FilepathToFile(Path path)
Convert a path to a File.
voidsetConf(Configuration conf)
voidsetPermission(Path p, FsPermission permission)
Use the command chmod to set permission.