| Package | Description |
|---|---|
| org.apache.hadoop.examples.pi |
This package consists of a map/reduce application,
distbbp,
which computes exact binary digits of the mathematical constant π.
|
| org.apache.hadoop.examples.pi.math |
This package provides useful mathematical library classes
for the distbbp program.
|
| Class | Description |
|---|---|
| Combinable |
A class is Combinable if its object can be combined with other objects.
|
| Container |
A class is a Container if it contains an element.
|
| DistSum.Machine |
Abstract machine for job execution.
|
| DistSum.Machine.AbstractInputFormat |
An abstract InputFormat for the jobs
|
| SummationWritable |
A Writable class for Summation
|
| TaskResult |
A class for map task results or reduce task results.
|
| Class | Description |
|---|---|
| Combinable |
A class is Combinable if its object can be combined with other objects.
|
| Container |
A class is a Container if it contains an element.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.