MCPcopy Create free account
hub / github.com/BaseXdb/basex / timeout

Method timeout

basex-core/src/main/java/org/basex/core/jobs/Job.java:111–113  ·  view source on GitHub ↗

Stops a job because of a timeout.

()

Source from the content-addressed store, hash-verified

109 * Stops a job because of a timeout.
110 */
111 public final void timeout() {
112 state(JobState.TIMEOUT);
113 }
114
115 /**
116 * Stops a job because a memory limit was exceeded.

Callers 7

runMethod · 0.95
responseMethod · 0.80
runMethod · 0.80
runMethod · 0.80
sendMethod · 0.80
callMethod · 0.80
callMethod · 0.80

Calls 1

stateMethod · 0.95

Tested by 2

callMethod · 0.64
callMethod · 0.64