|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.examples.pi.DistSum.Machine
org.apache.hadoop.examples.pi.DistSum.ReduceSide
public static class DistSum.ReduceSide
A machine which does computation on the reduce side.
| Nested Class Summary | |
|---|---|
static class |
DistSum.ReduceSide.IndexPartitioner
Use the index for partitioning. |
static class |
DistSum.ReduceSide.PartitionMapper
A Mapper which partitions a summation |
static class |
DistSum.ReduceSide.SummationInputFormat
An InputFormat which returns a single summation. |
static class |
DistSum.ReduceSide.SummingReducer
A Reducer which computes sums |
| Nested classes/interfaces inherited from class org.apache.hadoop.examples.pi.DistSum.Machine |
|---|
DistSum.Machine.AbstractInputFormat, DistSum.Machine.SummationSplit |
| Constructor Summary | |
|---|---|
DistSum.ReduceSide()
|
|
| Method Summary | |
|---|---|
void |
init(org.apache.hadoop.mapreduce.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 |
|---|
public DistSum.ReduceSide()
| Method Detail |
|---|
public void init(org.apache.hadoop.mapreduce.Job job)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||