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

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

Introduction

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

The text is from its open source code.

Subclass

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

Field

intSIZE_UNKNOWN
Used when size of file to be allocated is unknown.

Constructor

Method

PathgetLocalPathForWrite(String pathStr, Configuration conf)
Get a path from the local FS.
PathgetLocalPathToRead(String pathStr, Configuration conf)
Get a path from the local FS for reading.