Class Task


  • public class Task
    extends Element
    Task represents an task running on a Spark Server behind Livy Server.
    Author:
    J.Hrivnac
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int _id  
      private Session _session  
      private static org.apache.logging.log4j.Logger log
      Logging .
    • Constructor Summary

      Constructors 
      Constructor Description
      Task​(java.lang.String name, Session session, int id)
      Create new Task.
    • Field Detail

      • _id

        private int _id
      • log

        private static org.apache.logging.log4j.Logger log
        Logging .
    • Constructor Detail

      • Task

        public Task​(java.lang.String name,
                    Session session,
                    int id)
        Create new Task. Check the progress.
        Parameters:
        name - The Task name.
        session - The hosting Session.
        id - The Statement id.