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

Method removeMark

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

Source from the content-addressed store, hash-verified

38 }
39
40 public Utf8 removeMark(WebPage page) {
41 return (Utf8) page.getMarkers().put(name, null);
42 }
43
44 public Utf8 checkMark(WebPage page) {
45 return (Utf8) page.getMarkers().get(name);

Callers 2

removeMarkIfExistMethod · 0.95
reduceMethod · 0.80

Calls 2

putMethod · 0.45
getMarkersMethod · 0.45

Tested by

no test coverage detected