|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Container | |
---|---|
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 Container in org.apache.hadoop.examples.pi |
---|
Classes in org.apache.hadoop.examples.pi that implement Container | |
---|---|
static class |
DistSum.Machine.SummationSplit
Split for the summations |
class |
SummationWritable
A Writable class for Summation |
class |
TaskResult
A class for map task results or reduce task results. |
Uses of Container in org.apache.hadoop.examples.pi.math |
---|
Classes in org.apache.hadoop.examples.pi.math that implement Container | |
---|---|
static class |
Bellard.Sum
The sums in the Bellard's formula |
class |
Summation
Represent the summation \sum \frac{2^e \mod n}{n}. |
Methods in org.apache.hadoop.examples.pi.math with type parameters of type Container | ||
---|---|---|
static
|
Bellard.computePi(long b,
Map<Bellard.Parameter,T> results)
Compute bits of Pi from the results. |
|
static
|
Bellard.getSums(long b,
int partsPerSum,
Map<Bellard.Parameter,List<T>> existing)
Get the sums for the Bellard formula. |
|
|
Summation.remainingTerms(List<T> sorted)
Find the remaining terms. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |