Java org.apache.hadoop.util DiskChecker fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.util DiskChecker fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Method

voidcheckDir(File dir)
Create the directory if it doesn't exist and check that dir is readable, writable and executable
voidcheckDir(LocalFileSystem localFS, Path dir, FsPermission expected)
Create the local directory if necessary, check permissions and also ensure it can be read from and written into.