Uses of Class
org.apache.hadoop.examples.pi.math.Summation

Packages that use Summation
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 Summation in org.apache.hadoop.examples.pi
 

Methods in org.apache.hadoop.examples.pi that return Summation
 Summation DistSum.Machine.SummationSplit.getElement()
          
 Summation TaskResult.getElement()
          
 Summation SummationWritable.getElement()
          
static Summation SummationWritable.read(Class<?> clazz, org.apache.hadoop.conf.Configuration conf)
          Read sigma from conf
 

Methods in org.apache.hadoop.examples.pi with parameters of type Summation
static void SummationWritable.write(Summation sigma, Class<?> clazz, org.apache.hadoop.conf.Configuration conf)
          Write sigma to conf
static void SummationWritable.write(Summation sigma, DataOutput out)
          Write sigma to DataOutput
 

Uses of Summation in org.apache.hadoop.examples.pi.math
 

Methods in org.apache.hadoop.examples.pi.math with type parameters of type Summation
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.
 

Methods in org.apache.hadoop.examples.pi.math that return Summation
 Summation Summation.combine(Summation that)
          Combine this with that.
 Summation Summation.getElement()
          
 Summation Bellard.Sum.getElement()
          
 Summation[] Summation.partition(int nParts)
          Partition the summation.
static Summation Summation.valueOf(String s)
          Covert a String to a Summation.
 

Methods in org.apache.hadoop.examples.pi.math that return types with arguments of type Summation
 Iterator<Summation> Bellard.Sum.iterator()
          
<T extends Container<Summation>>
List<Summation>
Summation.remainingTerms(List<T> sorted)
          Find the remaining terms.
 

Methods in org.apache.hadoop.examples.pi.math with parameters of type Summation
 Summation Summation.combine(Summation that)
          Combine this with that.
 int Summation.compareTo(Summation that)
          
 boolean Summation.contains(Summation that)
          Does this contains that?
 void Bellard.Sum.setValue(Summation s)
          Set the value of sigma
 



Copyright © 2009 The Apache Software Foundation