| Package | Description |
|---|---|
| org.apache.nutch.crawl |
Crawl control code.
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
| Modifier and Type | Method and Description |
|---|---|
void |
MapWritable.putAll(MapWritable map) |
void |
CrawlDatum.setMetaData(MapWritable mapWritable) |
| Constructor and Description |
|---|
MapWritable(MapWritable map)
Copy constructor.
|
Copyright © 2007, 2014, Oracle and/or its affiliates. All rights reserved.