MCPcopy Create free account
hub / github.com/crate/crate / start

Method start

server/src/main/java/io/crate/execution/jobs/Task.java:40–40  ·  view source on GitHub ↗

Start a task. @return future that is completed once the start action completed its preparation phase. This does NOT indicate that the task finished. Use #completionFuture() for that. If null the start method is synchronous and users can assume the task is initiated once

()

Source from the content-addressed store, hash-verified

38 * the method returns.
39 */
40 @Nullable
41 CompletableFuture<Void> start();
42
43 String name();

Callers 15

setUpClassMethod · 0.65
setUpClassMethod · 0.65
startMethod · 0.65
load_testsFunction · 0.65
startMethod · 0.65
setUpClassMethod · 0.65
setUpClassMethod · 0.65
setUpDnsMethod · 0.65

Implementers 4

FetchTaskserver/src/main/java/io/crate/executio
CollectTaskserver/src/main/java/io/crate/executio
DistResultRXTaskserver/src/main/java/io/crate/executio
AbstractTaskserver/src/main/java/io/crate/executio

Calls

no outgoing calls

Tested by 15

setUpClassMethod · 0.52
setUpClassMethod · 0.52
startMethod · 0.52
load_testsFunction · 0.52
startMethod · 0.52
setUpClassMethod · 0.52
setUpClassMethod · 0.52
setUpDnsMethod · 0.52