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 MapWritable.putAll(MapWritable map)
           
 void CrawlDatum.setMetaData(MapWritable mapWritable)
           
 

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



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