@InterfaceAudience.Private @InterfaceStability.Unstable public class IFile extends Object
IFile
is the simple <key-len, value-len, key, value> format
for the intermediate map-outputs in Map-Reduce.
There is a Writer
to write out map-outputs in this format and
a Reader
to read files of this format.Modifier and Type | Class and Description |
---|---|
static class |
IFile.Reader<K,V>
IFile.Reader to read intermediate map-outputs. |
static class |
IFile.Writer<K,V>
IFile.Writer to write out intermediate map-outputs. |
Modifier and Type | Field and Description |
---|---|
static int |
EOF_MARKER |
Constructor and Description |
---|
IFile() |
public static final int EOF_MARKER
Copyright © 2016 Apache Software Foundation. All Rights Reserved.