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

Method usage

src/examples/java/TestLog.java:98–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 }
97
98 private static void usage() {
99 String name = TestLog.class.getName();
100 LOG.severe("Usage: " + name + " <zk> <quorum_size> <log_dir> <load_file>");
101 }
102
103 private static int system(String command)
104 throws IOException, InterruptedException {

Callers 15

mainMethod · 0.95
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
usageFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected