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

Method checkMark

src/java/org/apache/nutch/storage/Mark.java:44–46  ·  view source on GitHub ↗
(WebPage page)

Source from the content-addressed store, hash-verified

42 }
43
44 public Utf8 checkMark(WebPage page) {
45 return (Utf8) page.getMarkers().get(name);
46 }
47
48 /**
49 * Remove the mark only if the mark is present on the page.

Callers 12

removeMarkIfExistMethod · 0.95
readContentsMethod · 0.80
mapMethod · 0.80
outputMethod · 0.80
mapMethod · 0.80
mapMethod · 0.80
parseMarkMethod · 0.80
skipNonRelevantMethod · 0.80
isSitemapMethod · 0.80
mapMethod · 0.80
mapMethod · 0.80
reduceMethod · 0.80

Calls 2

getMethod · 0.65
getMarkersMethod · 0.45

Tested by 1

readContentsMethod · 0.64