org.apache.nutch.mapReduce
Interface Configurable

All Known Subinterfaces:
Mapper, Partitioner, Reducer
All Known Implementing Classes:
HashPartitioner, IdentityMapper, IdentityReducer, InverseMapper, LongSumReducer, RegexMapper, TokenCountMapper

public interface Configurable

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