|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BooleanWritable | |
---|---|
org.apache.hadoop.examples | Hadoop example code. |
org.apache.hadoop.typedbytes | Typed bytes are sequences of bytes in which the first byte is a type 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. |
Uses of BooleanWritable in org.apache.hadoop.typedbytes |
---|
Methods in org.apache.hadoop.typedbytes that return BooleanWritable | |
---|---|
BooleanWritable |
TypedBytesWritableInput.readBoolean()
|
BooleanWritable |
TypedBytesWritableInput.readBoolean(BooleanWritable bw)
|
Methods in org.apache.hadoop.typedbytes with parameters of type BooleanWritable | |
---|---|
BooleanWritable |
TypedBytesWritableInput.readBoolean(BooleanWritable bw)
|
void |
TypedBytesWritableOutput.writeBoolean(BooleanWritable bw)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |