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. 
org.apache.hadoop.streaming   
 

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)
           
 

Uses of Text in org.apache.hadoop.streaming
 

Methods in org.apache.hadoop.streaming with parameters of type Text
static void UTF8ByteArrayUtils.splitKeyVal(byte[] utf, Text key, Text val, int splitPos)
          split a UTF-8 byte array into key and value assuming that the delimilator is at splitpos.
 



Copyright © 2006 The Apache Software Foundation