Uses of Interface
org.apache.hadoop.mapred.JobConfigurable

Packages that use JobConfigurable
org.apache.hadoop.mapred   
org.apache.hadoop.mapred.lib   
org.apache.hadoop.mapred.lib.aggregate   
org.apache.hadoop.mapred.lib.db   
 

Uses of JobConfigurable in org.apache.hadoop.mapred
 

Subinterfaces of JobConfigurable in org.apache.hadoop.mapred
 interface Mapper<K1,V1,K2,V2>
          Deprecated. Use Mapper instead.
 interface MapRunnable<K1,V1,K2,V2>
          Deprecated. Use Mapper instead.
 interface Partitioner<K2,V2>
          Deprecated. Use Partitioner instead.
 interface Reducer<K2,V2,K3,V3>
          Deprecated. Use Reducer instead.
 

Classes in org.apache.hadoop.mapred that implement JobConfigurable
 class KeyValueTextInputFormat
          Deprecated. Use KeyValueTextInputFormat instead
 class MapReduceBase
          Deprecated. 
 class MapRunner<K1,V1,K2,V2>
          Default MapRunnable implementation.
 class TextInputFormat
          Deprecated. Use TextInputFormat instead.
 

Uses of JobConfigurable in org.apache.hadoop.mapred.lib
 

Classes in org.apache.hadoop.mapred.lib that implement JobConfigurable
 class BinaryPartitioner<V>
          Deprecated. Use BinaryPartitioner instead.
 class ChainMapper
          Deprecated. Use ChainMapper instead
 class ChainReducer
          Deprecated. Use ChainReducer instead
 class FieldSelectionMapReduce<K,V>
          Deprecated. Use FieldSelectionMapper and FieldSelectionReducer instead
 class HashPartitioner<K2,V2>
          Deprecated. Use HashPartitioner instead.
 class IdentityMapper<K,V>
          Deprecated. Use Mapper instead.
 class IdentityReducer<K,V>
          Deprecated. Use Reducer instead.
 class InverseMapper<K,V>
          Deprecated. Use InverseMapper instead.
 class KeyFieldBasedComparator<K,V>
          Deprecated. Use KeyFieldBasedComparator instead
 class KeyFieldBasedPartitioner<K2,V2>
          Deprecated. Use KeyFieldBasedPartitioner instead
 class LongSumReducer<K>
          Deprecated. Use LongSumReducer instead.
 class MultithreadedMapRunner<K1,V1,K2,V2>
          Deprecated. Use MultithreadedMapper instead.
 class NLineInputFormat
          Deprecated. Use NLineInputFormat instead
 class RegexMapper<K>
          Deprecated. Use RegexMapper
 class TokenCountMapper<K>
          Deprecated. Use TokenCounterMapper instead.
 class TotalOrderPartitioner<K extends WritableComparable<?>,V>
          Deprecated. Use TotalOrderPartitioner
 

Uses of JobConfigurable in org.apache.hadoop.mapred.lib.aggregate
 

Classes in org.apache.hadoop.mapred.lib.aggregate that implement JobConfigurable
 class ValueAggregatorCombiner<K1 extends WritableComparable,V1 extends Writable>
          Deprecated. Use ValueAggregatorCombiner instead
 class ValueAggregatorJobBase<K1 extends WritableComparable,V1 extends Writable>
          Deprecated. Use ValueAggregatorJobBase instead
 class ValueAggregatorMapper<K1 extends WritableComparable,V1 extends Writable>
          Deprecated. Use ValueAggregatorMapper instead
 class ValueAggregatorReducer<K1 extends WritableComparable,V1 extends Writable>
          Deprecated. Use ValueAggregatorReducer instead
 

Uses of JobConfigurable in org.apache.hadoop.mapred.lib.db
 

Classes in org.apache.hadoop.mapred.lib.db that implement JobConfigurable
 class DBInputFormat<T extends DBWritable>
          Deprecated. Use DBInputFormat instead.
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.