org.apache.hadoop.mapred
Interface JobConfigurable

All Known Subinterfaces:
Mapper, MapRunnable, Partitioner, Reducer
All Known Implementing Classes:
CopyFiles, CopyFiles.CopyFilesMapper, HashPartitioner, IdentityMapper, IdentityReducer, InverseMapper, LongSumReducer, MapReduceBase, MapRunner, RandomWriter, RandomWriter.Map, RegexMapper, TokenCountMapper, WordCount.MapClass, WordCount.Reduce

public interface JobConfigurable

That what may be configured.


Method Summary
 void configure(JobConf job)
          Initializes a new instance from a JobConf.
 

Method Detail

configure

public void configure(JobConf job)
Initializes a new instance from a JobConf.

Parameters:
job - the configuration


Copyright © 2006 The Apache Software Foundation