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 |
---|
SortedMapWritable(SortedMapWritable other)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
SortedMapWritable |
TypedBytesWritableInput.readSortedMap() |
SortedMapWritable |
TypedBytesWritableInput.readSortedMap(SortedMapWritable mw) |
Modifier and Type | Method and Description |
---|---|
SortedMapWritable |
TypedBytesWritableInput.readSortedMap(SortedMapWritable mw) |
void |
TypedBytesWritableOutput.writeSortedMap(SortedMapWritable smw) |
Copyright © 2013 Apache Software Foundation. All rights reserved.