Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nutch
/ setEndKey
Method
setEndKey
src/java/org/apache/nutch/api/model/request/DbFilter.java:48–50 ·
view source on GitHub ↗
(String endKey)
Source
from the content-addressed store, hash-verified
46
}
47
48
public
void
setEndKey(String endKey) {
49
this.endKey = endKey;
50
}
51
52
public
String getStartKey() {
53
return
startKey;
Callers
1
runQuery
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected