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

Method main

src/examples/java/TestExecutor.java:77–80  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

75 public void error(ExecutorDriver driver, String message) {}
76
77 public static void main(String[] args) throws Exception {
78 MesosExecutorDriver driver = new MesosExecutorDriver(new TestExecutor());
79 System.exit(driver.run() == Status.DRIVER_STOPPED ? 0 : 1);
80 }
81}

Callers

nothing calls this directly

Calls 2

runMethod · 0.95
exitMethod · 0.80

Tested by

no test coverage detected