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

Packages that use SortedMapWritable
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 SortedMapWritable in org.apache.hadoop.io
 

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

Uses of SortedMapWritable in org.apache.hadoop.typedbytes
 

Methods in org.apache.hadoop.typedbytes that return SortedMapWritable
 SortedMapWritable TypedBytesWritableInput.readSortedMap()
           
 SortedMapWritable TypedBytesWritableInput.readSortedMap(SortedMapWritable mw)
           
 

Methods in org.apache.hadoop.typedbytes with parameters of type SortedMapWritable
 SortedMapWritable TypedBytesWritableInput.readSortedMap(SortedMapWritable mw)
           
 void TypedBytesWritableOutput.writeSortedMap(SortedMapWritable smw)
           
 



Copyright © 2009 The Apache Software Foundation