| Package | Description |
|---|---|
| org.apache.hadoop.examples |
Hadoop example code.
|
| org.apache.hadoop.io |
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
|
| org.apache.hadoop.typedbytes |
Typed bytes are sequences of bytes in which the first byte is a type code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuasiMonteCarlo.QmcReducer.reduce(BooleanWritable isInside,
Iterable<LongWritable> values,
Reducer.Context context)
Accumulate number of points inside/outside results from the mappers.
|
| Modifier and Type | Method and Description |
|---|---|
int |
BooleanWritable.compareTo(BooleanWritable o) |
| Modifier and Type | Method and Description |
|---|---|
BooleanWritable |
TypedBytesWritableInput.readBoolean() |
BooleanWritable |
TypedBytesWritableInput.readBoolean(BooleanWritable bw) |
| Modifier and Type | Method and Description |
|---|---|
BooleanWritable |
TypedBytesWritableInput.readBoolean(BooleanWritable bw) |
void |
TypedBytesWritableOutput.writeBoolean(BooleanWritable bw) |
Copyright © 2013 Apache Software Foundation. All rights reserved.