MCPcopy 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

testMethod · 0.45
loadFieldValuesMethod · 0.45
doSplitMethod · 0.45
scorerSupplierMethod · 0.45
writeMethod · 0.45
GfFunction · 0.45

Calls 1

elapsedMethod · 0.65

Tested by 1

testMethod · 0.36