java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.JobProperties
com.microsoft.azure.management.datalake.analytics.models.ScopeJobProperties

public class ScopeJobProperties extends JobProperties
Scope job properties used when submitting and retrieving Scope jobs. (Only for use internally with Scope job type.).
  • Constructor Details

    • ScopeJobProperties

      public ScopeJobProperties()
  • Method Details

    • resources

      public List<ScopeJobResource> resources()
      Get the list of resources that are required by the job.
      Returns:
      the resources value
    • userAlgebraPath

      public String userAlgebraPath()
      Get the algebra file path after the job has completed.
      Returns:
      the userAlgebraPath value
    • notifier

      public String notifier()
      Get the list of email addresses, separated by semi-colons, to notify when the job reaches a terminal state.
      Returns:
      the notifier value
    • withNotifier

      public ScopeJobProperties withNotifier(String notifier)
      Set the list of email addresses, separated by semi-colons, to notify when the job reaches a terminal state.
      Parameters:
      notifier - the notifier value to set
      Returns:
      the ScopeJobProperties object itself.
    • totalCompilationTime

      public org.joda.time.Period totalCompilationTime()
      Get the total time this job spent compiling. This value should not be set by the user and will be ignored if it is.
      Returns:
      the totalCompilationTime value
    • totalQueuedTime

      public org.joda.time.Period totalQueuedTime()
      Get the total time this job spent queued. This value should not be set by the user and will be ignored if it is.
      Returns:
      the totalQueuedTime value
    • totalRunningTime

      public org.joda.time.Period totalRunningTime()
      Get the total time this job spent executing. This value should not be set by the user and will be ignored if it is.
      Returns:
      the totalRunningTime value
    • totalPausedTime

      public org.joda.time.Period totalPausedTime()
      Get the total time this job spent paused. This value should not be set by the user and will be ignored if it is.
      Returns:
      the totalPausedTime value
    • rootProcessNodeId

      public String rootProcessNodeId()
      Get the ID used to identify the job manager coordinating job execution. This value should not be set by the user and will be ignored if it is.
      Returns:
      the rootProcessNodeId value
    • yarnApplicationId

      public String yarnApplicationId()
      Get the ID used to identify the yarn application executing the job. This value should not be set by the user and will be ignored if it is.
      Returns:
      the yarnApplicationId value