MCPcopy Create free account
hub / github.com/apache/pig / start

Method start

test/org/apache/pig/test/Util.java:977–980  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

975 this.is = is;
976 }
977 public void start () {
978 thread = new Thread (this);
979 thread.start ();
980 }
981 @Override
982 public void run () {
983 try {

Callers 15

TestDBStorageMethod · 0.45
nextKeyValueMethod · 0.45
setupClustersMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected