Uses of Class
org.apache.nutch.crawl.MapWritable

Packages that use MapWritable
org.apache.nutch.crawl Crawl control code. 
 

Uses of MapWritable in org.apache.nutch.crawl
 

Methods in org.apache.nutch.crawl that return MapWritable
 MapWritable CrawlDatum.getMetaData()
          returns a MapWritable if it was set or read in @see readFields(DataInput), returns empty map in case CrawlDatum was freshly created (lazily instantiated).
 

Methods in org.apache.nutch.crawl with parameters of type MapWritable
 void CrawlDatum.setMetaData(MapWritable mapWritable)
           
 void MapWritable.putAll(MapWritable map)
           
 

Constructors in org.apache.nutch.crawl with parameters of type MapWritable
MapWritable(MapWritable map)
          Copy constructor.
 



Copyright © 2006 The Apache Software Foundation