edu.umd.cloud9.collection
Class IndexableFileInputFormat<K,V extends Indexable>

java.lang.Object
  extended by org.apache.hadoop.mapred.FileInputFormat<K,V>
      extended by edu.umd.cloud9.collection.IndexableFileInputFormat<K,V>
All Implemented Interfaces:
InputFormat<K,V>
Direct Known Subclasses:
Aquaint2DocumentInputFormat, MedlineCitationInputFormat, PmcArticleInputFormat, Spinn3rItemInputFormat, TrecDocumentInputFormat, TrecWebDocumentInputFormat, WikipediaPageInputFormat

public abstract class IndexableFileInputFormat<K,V extends Indexable>
extends FileInputFormat<K,V>

Abstract class representing a FileInputFormat for Indexable objects.


Field Summary
 
Fields inherited from class org.apache.hadoop.mapred.FileInputFormat
LOG
 
Constructor Summary
IndexableFileInputFormat()
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.mapred.FileInputFormat
addInputPath, addInputPaths, getInputPathFilter, getInputPaths, getRecordReader, getSplits, setInputPathFilter, setInputPaths, setInputPaths
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexableFileInputFormat

public IndexableFileInputFormat()