MCPcopy Create free account
hub / github.com/apache/nutch / putMark

Method putMark

src/java/org/apache/nutch/storage/Mark.java:32–34  ·  view source on GitHub ↗
(WebPage page, Utf8 markValue)

Source from the content-addressed store, hash-verified

30 }
31
32 public void putMark(WebPage page, Utf8 markValue) {
33 page.getMarkers().put(name, markValue);
34 }
35
36 public void putMark(WebPage page, String markValue) {
37 putMark(page, new Utf8(markValue));

Callers 7

outputMethod · 0.80
mapMethod · 0.80
processSitemapParseMethod · 0.80
parseMarkMethod · 0.80
writeMethod · 0.80
reduceMethod · 0.80
reduceMethod · 0.80

Calls 2

putMethod · 0.45
getMarkersMethod · 0.45

Tested by

no test coverage detected