org.apache.hadoop.mapred
Class InputFormatBase

java.lang.Object
  extended by org.apache.hadoop.mapred.FileInputFormat
      extended by org.apache.hadoop.mapred.InputFormatBase
All Implemented Interfaces:
InputFormat

Deprecated. replaced by FileInputFormat

public abstract class InputFormatBase
extends FileInputFormat

A base class for InputFormat.


Field Summary
 
Fields inherited from class org.apache.hadoop.mapred.FileInputFormat
LOG
 
Constructor Summary
InputFormatBase()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.hadoop.mapred.FileInputFormat
getRecordReader, getSplits, isSplitable, listPaths, setMinSplitSize, validateInput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputFormatBase

public InputFormatBase()
Deprecated. 


Copyright © 2006 The Apache Software Foundation