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

Packages that use Text
org.apache.hadoop.io Generic i/o code for use when reading and writing data to the network, to databases, and to files. 
 

Uses of Text in org.apache.hadoop.io
 

Methods in org.apache.hadoop.io with parameters of type Text
 void Text.set(Text other)
          copy a text.
 

Constructors in org.apache.hadoop.io with parameters of type Text
Text(Text utf8)
          Construct from another text.
 



Copyright © 2006 The Apache Software Foundation