MCPcopy 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

mapMethod · 0.45
runMethod · 0.45
mapMethod · 0.45
addScoreDataMethod · 0.45
getBatchIdFilterMethod · 0.45
reduceMethod · 0.45
calculateMethod · 0.45
runMethod · 0.45
mapMethod · 0.45
reduceMethod · 0.45
reduceMethod · 0.45
mapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected