Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/solr
/ pause
Method
pause
solr/core/src/java/org/apache/solr/util/RTimer.java:91–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
}
90
91
public
void
pause() {
92
assert state == STARTED;
93
culmTime += timerImpl.elapsed();
94
state = PAUSED;
95
}
96
97
public
void
resume() {
98
if
(state == STARTED)
return
;
Callers
7
test
Method · 0.45
SolrExtendedUnifiedHighlighter
Method · 0.45
loadFieldValues
Method · 0.45
doSplit
Method · 0.45
scorerSupplier
Method · 0.45
write
Method · 0.45
Gf
Function · 0.45
Calls
1
elapsed
Method · 0.65
Tested by
1
test
Method · 0.36