Uses of Class
org.apache.hadoop.io.MapWritable

Packages that use MapWritable
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. 
 

Uses of MapWritable in org.apache.hadoop.io
 

Constructors in org.apache.hadoop.io with parameters of type MapWritable
MapWritable(MapWritable other)
          Copy constructor.
 

Uses of MapWritable in org.apache.hadoop.typedbytes
 

Methods in org.apache.hadoop.typedbytes that return MapWritable
 MapWritable TypedBytesWritableInput.readMap()
           
 MapWritable TypedBytesWritableInput.readMap(MapWritable mw)
           
 

Methods in org.apache.hadoop.typedbytes with parameters of type MapWritable
 MapWritable TypedBytesWritableInput.readMap(MapWritable mw)
           
 void TypedBytesWritableOutput.writeMap(MapWritable mw)
           
 



Copyright © 2009 The Apache Software Foundation