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

Method statusUpdate

src/java/src/org/apache/mesos/Scheduler.java:131–131  ·  view source on GitHub ↗

Invoked when the status of a task has changed (e.g., a slave is lost and so the task is lost, a task finishes and an executor sends a status update saying so, etc). If implicit acknowledgements are being used, then returning from this callback _acknowledges_ receipt of this status update! If for wha

(SchedulerDriver driver, TaskStatus status)

Source from the content-addressed store, hash-verified

129 * @see TaskStatus
130 */
131 void statusUpdate(SchedulerDriver driver, TaskStatus status);
132
133 /**
134 * Invoked when an executor sends a message. These messages are best

Callers 2

statusUpdateMethod · 0.65
executorMethod · 0.65

Implementers 4

TestSchedulersrc/examples/java/TestFramework.java
TestExceptionSchedulersrc/examples/java/TestExceptionFramewo
TestSchedulersrc/examples/java/TestMultipleExecutor
TestSchedulersrc/examples/java/V1TestFramework.java

Calls

no outgoing calls

Tested by

no test coverage detected