org.apache.hadoop.io
Class ArrayFile

java.lang.Object
  extended by org.apache.hadoop.io.MapFile
      extended by org.apache.hadoop.io.ArrayFile

@InterfaceAudience.Public
@InterfaceStability.Stable
public class ArrayFile
extends MapFile

A dense file-based mapping from integers to values.


Field Summary
 
Fields inherited from class org.apache.hadoop.io.MapFile
DATA_FILE_NAME, INDEX_FILE_NAME
 
Constructor Summary
protected ArrayFile()
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.io.MapFile
delete, fix, main, rename
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayFile

protected ArrayFile()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.