程序包 | 说明 |
---|---|
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.
|
构造器和说明 |
---|
SortedMapWritable(SortedMapWritable other)
Copy constructor.
|
限定符和类型 | 方法和说明 |
---|---|
SortedMapWritable |
TypedBytesWritableInput.readSortedMap() |
SortedMapWritable |
TypedBytesWritableInput.readSortedMap(SortedMapWritable mw) |
限定符和类型 | 方法和说明 |
---|---|
SortedMapWritable |
TypedBytesWritableInput.readSortedMap(SortedMapWritable mw) |
void |
TypedBytesWritableOutput.writeSortedMap(SortedMapWritable smw) |
Copyright © 2009 The Apache Software Foundation