@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.Readerto read intermediate map-outputs. | 
| static class  | IFile.Writer<K,V>IFile.Writerto 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 © 2008–2018 Apache Software Foundation. All rights reserved.