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

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
<T extends Combinable<T>>
List<T>
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}.
 



Copyright © 2009 The Apache Software Foundation