MCPcopy Create free account
hub / github.com/apache/mesos / abort

Method abort

src/java/src/org/apache/mesos/ExecutorDriver.java:63–63  ·  view source on GitHub ↗

Aborts the driver so that no more callbacks can be made to the executor. The semantics of abort and stop have deliberately been separated so that code can detect an aborted driver (i.e., via the return status of ExecutorDriver#join, see below), and instantiate and start another driver if des

()

Source from the content-addressed store, hash-verified

61 * @see Status
62 */
63 public Status abort();
64
65 /**
66 * Waits for the driver to be stopped or aborted, possibly

Callers 15

registeredMethod · 0.65
reregisteredMethod · 0.65
disconnectedMethod · 0.65
resourceOffersMethod · 0.65
offerRescindedMethod · 0.65
statusUpdateMethod · 0.65
frameworkMessageMethod · 0.65
slaveLostMethod · 0.65
executorLostMethod · 0.65
registeredMethod · 0.65
reregisteredMethod · 0.65

Implementers 2

MesosExecutorDriversrc/java/src/org/apache/mesos/MesosExe
ExecutorDriversrc/python/interface/src/mesos/interfa

Calls

no outgoing calls

Tested by 5

TEST_FFunction · 0.52
ACTIONFunction · 0.52
statusUpdateMethod · 0.52
statusUpdateMethod · 0.52
statusUpdateMethod · 0.52