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

Method killTask

src/java/src/org/apache/mesos/Executor.java:111–111  ·  view source on GitHub ↗

Invoked when a task running within this executor has been killed (via org.apache.mesos.SchedulerDriver#killTask). Note that no status update will be sent on behalf of the executor, the executor is responsible for creating a new TaskStatus (i.e., with TASK_KILLED) and invoking {@link Executor

(ExecutorDriver driver, TaskID taskId)

Source from the content-addressed store, hash-verified

109 * @see TaskID
110 */
111 void killTask(ExecutorDriver driver, TaskID taskId);
112
113 /**
114 * Invoked when a framework message has arrived for this

Callers 15

killTaskMethod · 0.65
TEST_FFunction · 0.65
TEST_FFunction · 0.65
TEST_PFunction · 0.65
TYPED_TESTFunction · 0.65
TEST_PFunction · 0.65
TEST_FFunction · 0.65
TEST_FFunction · 0.65
TEST_FFunction · 0.65

Implementers 10

Executorsrc/python/interface/src/mesos/interfa
ProxyExecutorsrc/python/executor/src/mesos/executor
V0ToV1AdapterProcesssrc/executor/v0_v1executor.hpp
V0ToV1Adaptersrc/executor/v0_v1executor.hpp
JNIExecutorsrc/java/jni/org_apache_mesos_MesosExe
DockerExecutorProcesssrc/docker/executor.cpp
DockerExecutorsrc/docker/executor.hpp
BalloonExecutorsrc/examples/balloon_executor.cpp
TestExecutorsrc/examples/test_executor.cpp
TestExecutorsrc/examples/java/TestExecutor.java

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.52
TEST_FFunction · 0.52
TEST_PFunction · 0.52
TYPED_TESTFunction · 0.52
TEST_PFunction · 0.52
TEST_FFunction · 0.52
TEST_FFunction · 0.52
TEST_FFunction · 0.52
TEST_PFunction · 0.52
TEST_FFunction · 0.52