Uses of Interface
org.apache.hadoop.examples.pi.Container

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
<T extends Container<Summation>>
double
Bellard.computePi(long b, Map<Bellard.Parameter,T> results)
          Compute bits of Pi from the results.
static
<T extends Container<Summation>>
Map<Bellard.Parameter,Bellard.Sum>
Bellard.getSums(long b, int partsPerSum, Map<Bellard.Parameter,List<T>> existing)
          Get the sums for the Bellard formula.
<T extends Container<Summation>>
List<Summation>
Summation.remainingTerms(List<T> sorted)
          Find the remaining terms.
 



Copyright © 2009 The Apache Software Foundation