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

Method usage

src/examples/java/TestFramework.java:203–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201 }
202
203 private static void usage() {
204 String name = TestFramework.class.getName();
205 System.err.println("Usage: " + name + " master <tasks>");
206 }
207
208 public static void main(String[] args) throws Exception {
209 if (args.length < 1 || args.length > 2) {

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected