org.apache.hadoop.examples.pi
Class DistSum.MixMachine

java.lang.Object
  extended by org.apache.hadoop.examples.pi.DistSum.Machine
      extended by org.apache.hadoop.examples.pi.DistSum.MixMachine
Enclosing class:
DistSum

public static class DistSum.MixMachine
extends DistSum.Machine

A machine which chooses Machine in runtime according to the cluster status


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.examples.pi.DistSum.Machine
DistSum.Machine.AbstractInputFormat, DistSum.Machine.SummationSplit
 
Constructor Summary
DistSum.MixMachine()
           
 
Method Summary
 void init(Job job)
          Initialize a job
 
Methods inherited from class org.apache.hadoop.examples.pi.DistSum.Machine
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DistSum.MixMachine

public DistSum.MixMachine()
Method Detail

init

public void init(Job job)
          throws IOException
Initialize a job

Throws:
IOException


Copyright © 2009 The Apache Software Foundation