Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nutch
/ toString
Method
toString
src/java/org/apache/nutch/crawl/UrlWithScore.java:115–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
}
114
115
@Override
116
public
String toString() {
117
return
"UrlWithScore [url="
+ url +
", score="
+ score +
"]"
;
118
}
119
120
/**
121
* A partitioner by {url}.
Callers
14
map
Method · 0.45
run
Method · 0.45
map
Method · 0.45
addScoreData
Method · 0.45
getBatchIdFilter
Method · 0.45
reduce
Method · 0.45
calculate
Method · 0.45
run
Method · 0.45
map
Method · 0.45
reduce
Method · 0.45
reduce
Method · 0.45
map
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected