Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
output
Method · 0.80
map
Method · 0.80
processSitemapParse
Method · 0.80
parseMark
Method · 0.80
write
Method · 0.80
reduce
Method · 0.80
reduce
Method · 0.80
Calls
2
put
Method · 0.45
getMarkers
Method · 0.45
Tested by
no test coverage detected