Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/solr
/ sleep
Method
sleep
solr/core/src/java/org/apache/solr/util/TimeOut.java:64–66 ·
view source on GitHub ↗
(long ms)
Source
from the content-addressed store, hash-verified
62
}
63
64
public
void
sleep(long ms) throws InterruptedException {
65
timeSource.sleep(ms);
66
}
67
68
public
long timeLeft(TimeUnit unit) {
69
return
unit.convert(timeoutAt - timeSource.getTimeNs(), NANOSECONDS);
Callers
15
waitForAliasesUpdate
Method · 0.95
testLeaderElectionWithZkExpiry
Method · 0.95
doTestSameTargetReindexing
Method · 0.95
testSplitLocking
Method · 0.95
invokeBulkAddCall
Method · 0.95
invokeBulkReplaceCall
Method · 0.95
invokeBulkDeleteCall
Method · 0.95
testLogBeforeExecute
Method · 0.95
addDocs
Method · 0.95
waitForQueueToDrain
Method · 0.95
run_follow
Function · 0.45
fetchAndParseJenkinsLog
Function · 0.45
Calls
no outgoing calls
Tested by
15
waitForAliasesUpdate
Method · 0.76
testLeaderElectionWithZkExpiry
Method · 0.76
doTestSameTargetReindexing
Method · 0.76
testSplitLocking
Method · 0.76
invokeBulkAddCall
Method · 0.76
invokeBulkReplaceCall
Method · 0.76
invokeBulkDeleteCall
Method · 0.76
testLogBeforeExecute
Method · 0.76
addDocs
Method · 0.76
testPasswordProtected
Method · 0.36
configureClusterMockOauth
Method · 0.36
waitForStableSpans
Method · 0.36