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.nutch.metadata A Multi-valued Metadata container, and set of constant fields for Nutch Metadata. 
org.apache.nutch.protocol   
 

Uses of Text in org.apache.hadoop.io
 

Methods in org.apache.hadoop.io with parameters of type Text
static MD5Hash MD5Hash.digest(Text text)
          Construct a hash value for a String.
 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.nutch.metadata
 

Fields in org.apache.nutch.metadata declared as Text
static Text Nutch.WRITABLE_GENERATE_TIME_KEY
           
static Text Nutch.WRITABLE_PROTO_STATUS_KEY
           
 

Uses of Text in org.apache.nutch.protocol
 

Methods in org.apache.nutch.protocol with parameters of type Text
 ProtocolOutput Protocol.getProtocolOutput(Text url, CrawlDatum datum)
          Returns the Content for a fetchlist entry.
 RobotRules Protocol.getRobotRules(Text url, CrawlDatum datum)
          Retrieve robot rules applicable for this url.
 



Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.