Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nutch
/ setObject
Method
setObject
src/java/org/apache/nutch/util/ObjectCache.java:55–57 ·
view source on GitHub ↗
(String key, Object value)
Source
from the content-addressed store, hash-verified
53
}
54
55
public
void
setObject(String key, Object value) {
56
objectMap.put(key, value);
57
}
58
}
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
put
Method · 0.45
Tested by
no test coverage detected