Class HDInsightPigActivity


  • public class HDInsightPigActivity
    extends ExecutionActivity
    HDInsight Pig activity type.
    • Constructor Detail

      • HDInsightPigActivity

        public HDInsightPigActivity()
    • Method Detail

      • getStorageLinkedServices

        public List<LinkedServiceReference> getStorageLinkedServices()
        Get the storageLinkedServices property: Storage linked service references.
        Returns:
        the storageLinkedServices value.
      • setStorageLinkedServices

        public HDInsightPigActivity setStorageLinkedServices​(List<LinkedServiceReference> storageLinkedServices)
        Set the storageLinkedServices property: Storage linked service references.
        Parameters:
        storageLinkedServices - the storageLinkedServices value to set.
        Returns:
        the HDInsightPigActivity object itself.
      • getArguments

        public Object getArguments()
        Get the arguments property: User specified arguments to HDInsightActivity. Type: array (or Expression with resultType array).
        Returns:
        the arguments value.
      • setArguments

        public HDInsightPigActivity setArguments​(Object arguments)
        Set the arguments property: User specified arguments to HDInsightActivity. Type: array (or Expression with resultType array).
        Parameters:
        arguments - the arguments value to set.
        Returns:
        the HDInsightPigActivity object itself.
      • getGetDebugInfo

        public HDInsightActivityDebugInfoOption getGetDebugInfo()
        Get the getDebugInfo property: Debug info option.
        Returns:
        the getDebugInfo value.
      • setGetDebugInfo

        public HDInsightPigActivity setGetDebugInfo​(HDInsightActivityDebugInfoOption getDebugInfo)
        Set the getDebugInfo property: Debug info option.
        Parameters:
        getDebugInfo - the getDebugInfo value to set.
        Returns:
        the HDInsightPigActivity object itself.
      • getScriptPath

        public Object getScriptPath()
        Get the scriptPath property: Script path. Type: string (or Expression with resultType string).
        Returns:
        the scriptPath value.
      • setScriptPath

        public HDInsightPigActivity setScriptPath​(Object scriptPath)
        Set the scriptPath property: Script path. Type: string (or Expression with resultType string).
        Parameters:
        scriptPath - the scriptPath value to set.
        Returns:
        the HDInsightPigActivity object itself.
      • getScriptLinkedService

        public LinkedServiceReference getScriptLinkedService()
        Get the scriptLinkedService property: Script linked service reference.
        Returns:
        the scriptLinkedService value.
      • setScriptLinkedService

        public HDInsightPigActivity setScriptLinkedService​(LinkedServiceReference scriptLinkedService)
        Set the scriptLinkedService property: Script linked service reference.
        Parameters:
        scriptLinkedService - the scriptLinkedService value to set.
        Returns:
        the HDInsightPigActivity object itself.
      • getDefines

        public Map<String,​Object> getDefines()
        Get the defines property: Allows user to specify defines for Pig job request.
        Returns:
        the defines value.
      • setDefines

        public HDInsightPigActivity setDefines​(Map<String,​Object> defines)
        Set the defines property: Allows user to specify defines for Pig job request.
        Parameters:
        defines - the defines value to set.
        Returns:
        the HDInsightPigActivity object itself.
      • setDescription

        public HDInsightPigActivity 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.