| Package | Description |
|---|---|
| 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.
|
| Constructor and Description |
|---|
MapWritable(MapWritable other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
MapWritable |
TypedBytesWritableInput.readMap() |
MapWritable |
TypedBytesWritableInput.readMap(MapWritable mw) |
| Modifier and Type | Method and Description |
|---|---|
MapWritable |
TypedBytesWritableInput.readMap(MapWritable mw) |
void |
TypedBytesWritableOutput.writeMap(MapWritable mw) |
Copyright © 2013 Apache Software Foundation. All rights reserved.