Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nutch
/ getObject
Method
getObject
src/java/org/apache/nutch/util/ObjectCache.java:51–53 ·
view source on GitHub ↗
(String key)
Source
from the content-addressed store, hash-verified
49
}
50
51
public
Object getObject(String key) {
52
return
objectMap.get(key);
53
}
54
55
public
void
setObject(String key, Object value) {
56
objectMap.put(key, value);
Callers
15
getInstance
Method · 0.95
getInstance
Method · 0.95
getInstance
Method · 0.95
getCollectionManager
Method · 0.95
getProtocol
Method · 0.95
IndexWriters
Method · 0.95
IndexingFilters
Method · 0.95
IndexCleaningFilters
Method · 0.95
ParserFactory
Method · 0.95
getParsers
Method · 0.95
getParserById
Method · 0.95
getExtensions
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
1
testGetProtocol
Method · 0.36