org.apache.hadoop.mapred
Interface JobConfigurable

All Known Subinterfaces:
Mapper, MapRunnable, Partitioner, Reducer
All Known Implementing Classes:
BenchmarkMapper, BenchmarkReducer, CopyFiles.CopyFilesMapper, CopyFiles.CopyFilesReducer, CopyFiles.DFSCopyFilesMapper, CopyFiles.HTTPCopyFilesMapper, HashPartitioner, IdentityMapper, IdentityReducer, InverseMapper, Logalyzer.LogRegexMapper, LongSumReducer, MapReduceBase, MapRunner, MultithreadedMapRunner, PiEstimator.PiMapper, PiEstimator.PiReducer, PipeCombiner, PipeMapper, PipeReducer, RandomWriter, RandomWriter.Map, RegexMapper, TextInputFormat, 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

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

Parameters:
job - the configuration


Copyright © 2006 The Apache Software Foundation