|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Combinable | |
---|---|
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. |
Uses of Combinable in org.apache.hadoop.examples.pi |
---|
Classes in org.apache.hadoop.examples.pi that implement Combinable | |
---|---|
class |
TaskResult
A class for map task results or reduce task results. |
Methods in org.apache.hadoop.examples.pi with type parameters of type Combinable | ||
---|---|---|
static
|
Util.combine(Collection<T> items)
Combine a list of items. |
Uses of Combinable in org.apache.hadoop.examples.pi.math |
---|
Classes in org.apache.hadoop.examples.pi.math that implement Combinable | |
---|---|
class |
Summation
Represent the summation \sum \frac{2^e \mod n}{n}. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |