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