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. 
org.apache.hadoop.record Hadoop record I/O contains classes and a record description language translator for simplifying serialization and deserialization of records in a language-neutral manner. 
 

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.
 

Uses of Text in org.apache.hadoop.record
 

Methods in org.apache.hadoop.record that return Text
 Text InputArchive.readString(String tag)
           
 Text BinaryInputArchive.readString(String tag)
           
 

Methods in org.apache.hadoop.record with parameters of type Text
 void CsvOutputArchive.writeString(Text s, String tag)
           
 void BinaryOutputArchive.writeString(Text s, String tag)
           
 void OutputArchive.writeString(Text s, String tag)
           
 



Copyright © 2006 The Apache Software Foundation