MCPcopy Index your code
hub / github.com/questdb/questdb / run

Method run

core/src/main/java/io/questdb/mp/Job.java:49–49  ·  view source on GitHub ↗

Runs and returns true if it should be rescheduled ASAP. @param workerId worker id @param runStatus set to 1 when job is running, 2 when it is halting @return true if job should be rescheduled ASAP

(int workerId, @NotNull RunStatus runStatus)

Source from the content-addressed store, hash-verified

47 * @return true if job should be rescheduled ASAP
48 */
49 boolean run(int workerId, @NotNull RunStatus runStatus);
50
51 /**
52 * Runs and returns true if it should be rescheduled ASAP.

Callers 15

check_gh_authenticationFunction · 0.65
get_current_branchFunction · 0.65
trigger_github_actionFunction · 0.65
assertEventuallyMethod · 0.65
startTlsSessionMethod · 0.65
closeMethod · 0.65
sendMethod · 0.65
insert_bench.pyFile · 0.65
drainMatViewMethod · 0.65
drainWalMethod · 0.65
mainMethod · 0.65

Implementers 8

LineTcpLegacyWriterJobcore/src/main/java/io/questdb/cutlass/
AbstractQueueConsumerJobcore/src/main/java/io/questdb/mp/Abstr
SynchronizedJobcore/src/main/java/io/questdb/mp/Synch
AsyncMunmapJobcore/src/main/java/io/questdb/std/Asyn
PageFrameReduceJobcore/src/main/java/io/questdb/cairo/sq
UnorderedPageFrameReduceJobcore/src/main/java/io/questdb/cairo/sq
ViewCompilerJobcore/src/main/java/io/questdb/cairo/vi
MatViewRefreshJobcore/src/main/java/io/questdb/cairo/mv

Calls

no outgoing calls

Tested by 3

assertEventuallyMethod · 0.52
mainMethod · 0.52