Java org.apache.hadoop.io MapFile fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.io MapFile fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Field

StringINDEX_FILE_NAME
The name of the index file.
StringDATA_FILE_NAME
The name of the data file.

Method

longfix(FileSystem fs, Path dir, Class keyClass, Class valueClass, boolean dryrun, Configuration conf)
This method attempts to fix a corrupt MapFile by re-creating its index.