Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
status
Method · 0.95
getPageRepresentation
Method · 0.95
run
Method · 0.95
getFetchSchedule
Method · 0.45
getBatchIdFilter
Method · 0.45
getSignature
Method · 0.45
Calls
1
get
Method · 0.65
Tested by
no test coverage detected