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

Method getName

src/java/org/apache/nutch/crawl/CrawlStatus.java:50–52  ·  view source on GitHub ↗
(byte status)

Source from the content-addressed store, hash-verified

48 }
49
50 public static String getName(byte status) {
51 return NAMES.get(status);
52 }
53
54}

Callers 6

statusMethod · 0.95
getPageRepresentationMethod · 0.95
runMethod · 0.95
getFetchScheduleMethod · 0.45
getBatchIdFilterMethod · 0.45
getSignatureMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected