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

Method reregistered

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

Invoked when the executor reregisters with a restarted slave. @param driver The executor driver that was reregistered with the Mesos master. @param slaveInfo Describes the slave that will be used to launch the tasks for this executor. @see ExecutorDrive

(ExecutorDriver driver, SlaveInfo slaveInfo)

Source from the content-addressed store, hash-verified

71 * @see ExecutorDriver
72 */
73 void reregistered(ExecutorDriver driver, SlaveInfo slaveInfo);
74
75 /**
76 * Invoked when the executor becomes "disconnected" from the slave

Callers 2

reregisteredMethod · 0.65
reregisteredMethod · 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

no test coverage detected