Class Task


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

    • _session

      private Session _session
    • _id

      private int _id
    • log

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

    • Task

      public Task(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.
  • Method Details