de.kumpe.hadooptimizer.hadoop
Class EvolutionCycleMapper

java.lang.Object
  extended by org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.DoubleWritable,I,org.apache.hadoop.io.DoubleWritable,I>
      extended by de.kumpe.hadooptimizer.hadoop.MapperWithOptimizerConfiguration<EsIndividual>
          extended by de.kumpe.hadooptimizer.hadoop.EvolutionCycleMapper

public final class EvolutionCycleMapper
extends MapperWithOptimizerConfiguration<EsIndividual>

Author:
Christian Kumpe
See Also:
EsMultiPopulationsHadoOptimizer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper
org.apache.hadoop.mapreduce.Mapper.Context
 
Field Summary
 
Fields inherited from class de.kumpe.hadooptimizer.hadoop.MapperWithOptimizerConfiguration
configuration
 
Constructor Summary
EvolutionCycleMapper()
           
 
Method Summary
 void run(org.apache.hadoop.mapreduce.Mapper.Context context)
           
 
Methods inherited from class de.kumpe.hadooptimizer.hadoop.MapperWithOptimizerConfiguration
setup
 
Methods inherited from class org.apache.hadoop.mapreduce.Mapper
cleanup, map
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvolutionCycleMapper

public EvolutionCycleMapper()
Method Detail

run

public void run(org.apache.hadoop.mapreduce.Mapper.Context context)
         throws IOException,
                InterruptedException
Overrides:
run in class org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.DoubleWritable,EsIndividual,org.apache.hadoop.io.DoubleWritable,EsIndividual>
Throws:
IOException
InterruptedException


Copyright © 2011 Christian Kumpe. All Rights Reserved.