Package org.apache.hadoop.io
Class ArrayFile
java.lang.Object
org.apache.hadoop.io.MapFile
org.apache.hadoop.io.ArrayFile
A dense file-based mapping from integers to values.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classorg.apache.hadoop.io.ArrayFile.ReaderProvide access to an existing array file.static classorg.apache.hadoop.io.ArrayFile.WriterWrite a new array file.Nested classes/interfaces inherited from class org.apache.hadoop.io.MapFile
org.apache.hadoop.io.MapFile.Merger -
Field Summary
Fields inherited from class org.apache.hadoop.io.MapFile
DATA_FILE_NAME, INDEX_FILE_NAME -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ArrayFile
protected ArrayFile()
-