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

Method registered

src/java/src/org/apache/mesos/Executor.java:58–58  ·  view source on GitHub ↗
(ExecutorDriver driver,
                  ExecutorInfo executorInfo,
                  FrameworkInfo frameworkInfo,
                  SlaveInfo slaveInfo)

Source from the content-addressed store, hash-verified

56 // TODO(vinod): Add a new reregistered callback for when the executor
57 // re-connects with a restarted slave.
58 void registered(ExecutorDriver driver,
59 ExecutorInfo executorInfo,
60 FrameworkInfo frameworkInfo,
61 SlaveInfo slaveInfo);

Callers 2

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