Class UserApplicationRunner


  • public final class UserApplicationRunner
    extends java.lang.Object
    Compiles and runs User application.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run​(java.lang.String dagString)
      Run the user program submitted by Nemo Client.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • run

        public void run​(java.lang.String dagString)
        Run the user program submitted by Nemo Client. Specifically, deserialize DAG from Client, optimize it, generate physical plan, and tell RuntimeMaster to execute the plan.
        Parameters:
        dagString - Serialized IR DAG from Nemo Client.