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

Method error

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

Invoked when a fatal error has occurred with the executor and/or executor driver. The driver will be aborted BEFORE invoking this callback. @param driver The executor driver that was aborted due this error. @param message The error message. @see ExecutorDriver

(ExecutorDriver driver, String message)

Source from the content-addressed store, hash-verified

146 * @see ExecutorDriver
147 */
148 void error(ExecutorDriver driver, String message);
149}

Callers 15

operator==Function · 0.65
TESTFunction · 0.65
TESTFunction · 0.65
TESTFunction · 0.65
socketpairFunction · 0.65
TEST_FFunction · 0.65
TEST_FFunction · 0.65
parseMethod · 0.65
check.hppFile · 0.65
_check_someFunction · 0.65
parseFunction · 0.65
parseMethod · 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

operator==Function · 0.52
TESTFunction · 0.52
TESTFunction · 0.52
TESTFunction · 0.52
socketpairFunction · 0.52
TEST_FFunction · 0.52
TEST_FFunction · 0.52
AssertSomeFunction · 0.52
SetUpMixinMethod · 0.52
TearDownMixinMethod · 0.52
runMethod · 0.52
mainFunction · 0.52