Class DatabricksSparkJarActivity


public class DatabricksSparkJarActivity extends ExecutionActivity
DatabricksSparkJar activity.
  • Constructor Details

    • DatabricksSparkJarActivity

      public DatabricksSparkJarActivity()
  • Method Details

    • getMainClassName

      public Object getMainClassName()
      Get the mainClassName property: The full name of the class containing the main method to be executed. This class must be contained in a JAR provided as a library. Type: string (or Expression with resultType string).
      Returns:
      the mainClassName value.
    • setMainClassName

      public DatabricksSparkJarActivity setMainClassName(Object mainClassName)
      Set the mainClassName property: The full name of the class containing the main method to be executed. This class must be contained in a JAR provided as a library. Type: string (or Expression with resultType string).
      Parameters:
      mainClassName - the mainClassName value to set.
      Returns:
      the DatabricksSparkJarActivity object itself.
    • getParameters

      public List<Object> getParameters()
      Get the parameters property: Parameters that will be passed to the main method.
      Returns:
      the parameters value.
    • setParameters

      public DatabricksSparkJarActivity setParameters(List<Object> parameters)
      Set the parameters property: Parameters that will be passed to the main method.
      Parameters:
      parameters - the parameters value to set.
      Returns:
      the DatabricksSparkJarActivity object itself.
    • getLibraries

      public List<Map<String,Object>> getLibraries()
      Get the libraries property: A list of libraries to be installed on the cluster that will execute the job.
      Returns:
      the libraries value.
    • setLibraries

      public DatabricksSparkJarActivity setLibraries(List<Map<String,Object>> libraries)
      Set the libraries property: A list of libraries to be installed on the cluster that will execute the job.
      Parameters:
      libraries - the libraries value to set.
      Returns:
      the DatabricksSparkJarActivity object itself.
    • setLinkedServiceName

      public DatabricksSparkJarActivity setLinkedServiceName(LinkedServiceReference linkedServiceName)
      Set the linkedServiceName property: Linked service reference.
      Overrides:
      setLinkedServiceName in class ExecutionActivity
      Parameters:
      linkedServiceName - the linkedServiceName value to set.
      Returns:
      the ExecutionActivity object itself.
    • setPolicy

      public DatabricksSparkJarActivity setPolicy(ActivityPolicy policy)
      Set the policy property: Activity policy.
      Overrides:
      setPolicy in class ExecutionActivity
      Parameters:
      policy - the policy value to set.
      Returns:
      the ExecutionActivity object itself.
    • setName

      public DatabricksSparkJarActivity setName(String name)
      Set the name property: Activity name.
      Overrides:
      setName in class ExecutionActivity
      Parameters:
      name - the name value to set.
      Returns:
      the Activity object itself.
    • setDescription

      public DatabricksSparkJarActivity setDescription(String description)
      Set the description property: Activity description.
      Overrides:
      setDescription in class ExecutionActivity
      Parameters:
      description - the description value to set.
      Returns:
      the Activity object itself.
    • setDependsOn

      public DatabricksSparkJarActivity setDependsOn(List<ActivityDependency> dependsOn)
      Set the dependsOn property: Activity depends on condition.
      Overrides:
      setDependsOn in class ExecutionActivity
      Parameters:
      dependsOn - the dependsOn value to set.
      Returns:
      the Activity object itself.
    • setUserProperties

      public DatabricksSparkJarActivity setUserProperties(List<UserProperty> userProperties)
      Set the userProperties property: Activity user properties.
      Overrides:
      setUserProperties in class ExecutionActivity
      Parameters:
      userProperties - the userProperties value to set.
      Returns:
      the Activity object itself.