Uses of Class
org.apache.hadoop.io.BooleanWritable

Packages that use BooleanWritable
org.apache.hadoop.examples Hadoop example code. 
 

Uses of BooleanWritable in org.apache.hadoop.examples
 

Methods in org.apache.hadoop.examples with parameters of type BooleanWritable
 void PiEstimator.PiReducer.reduce(BooleanWritable isInside, Iterator<LongWritable> values, OutputCollector<WritableComparable<?>,Writable> output, Reporter reporter)
          Accumulate number of points inside/outside results from the mappers.
 

Method parameters in org.apache.hadoop.examples with type arguments of type BooleanWritable
 void PiEstimator.PiMapper.map(LongWritable offset, LongWritable size, OutputCollector<BooleanWritable,LongWritable> out, Reporter reporter)
          Map method.
 



Copyright © 2009 The Apache Software Foundation