Class HDInsightStreamingActivity
java.lang.Object
com.azure.resourcemanager.datafactory.models.Activity
com.azure.resourcemanager.datafactory.models.ExecutionActivity
com.azure.resourcemanager.datafactory.models.HDInsightStreamingActivity
HDInsight streaming activity type.
-
Constructor Summary
ConstructorDescriptionCreates an instance of HDInsightStreamingActivity class. -
Method Summary
Modifier and TypeMethodDescriptionGet the arguments property: User specified arguments to HDInsightActivity.combiner()
Get the combiner property: Combiner executable name.Get the commandEnvironment property: Command line environment values.defines()
Get the defines property: Allows user to specify defines for streaming job request.Get the fileLinkedService property: Linked service reference where the files are located.Get the filePaths property: Paths to streaming job files.Get the getDebugInfo property: Debug info option.input()
Get the input property: Input blob path.mapper()
Get the mapper property: Mapper executable name.output()
Get the output property: Output blob path.reducer()
Get the reducer property: Reducer executable name.Get the storageLinkedServices property: Storage linked service references.void
validate()
Validates the instance.withArguments
(List<Object> arguments) Set the arguments property: User specified arguments to HDInsightActivity.withCombiner
(Object combiner) Set the combiner property: Combiner executable name.withCommandEnvironment
(List<Object> commandEnvironment) Set the commandEnvironment property: Command line environment values.withDefines
(Map<String, Object> defines) Set the defines property: Allows user to specify defines for streaming job request.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.withDescription
(String description) Set the description property: Activity description.withFileLinkedService
(LinkedServiceReference fileLinkedService) Set the fileLinkedService property: Linked service reference where the files are located.withFilePaths
(List<Object> filePaths) Set the filePaths property: Paths to streaming job files.withGetDebugInfo
(HDInsightActivityDebugInfoOption getDebugInfo) Set the getDebugInfo property: Debug info option.Set the input property: Input blob path.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.withMapper
(Object mapper) Set the mapper property: Mapper executable name.Set the name property: Activity name.withOutput
(Object output) Set the output property: Output blob path.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.withReducer
(Object reducer) Set the reducer property: Reducer executable name.withStorageLinkedServices
(List<LinkedServiceReference> storageLinkedServices) Set the storageLinkedServices property: Storage linked service references.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.Methods inherited from class com.azure.resourcemanager.datafactory.models.ExecutionActivity
linkedServiceName, policy
Methods inherited from class com.azure.resourcemanager.datafactory.models.Activity
additionalProperties, dependsOn, description, name, userProperties, withAdditionalProperties
-
Constructor Details
-
HDInsightStreamingActivity
public HDInsightStreamingActivity()Creates an instance of HDInsightStreamingActivity class.
-
-
Method Details
-
withLinkedServiceName
Set the linkedServiceName property: Linked service reference.- Overrides:
withLinkedServiceName
in classExecutionActivity
- Parameters:
linkedServiceName
- the linkedServiceName value to set.- Returns:
- the ExecutionActivity object itself.
-
withPolicy
Set the policy property: Activity policy.- Overrides:
withPolicy
in classExecutionActivity
- Parameters:
policy
- the policy value to set.- Returns:
- the ExecutionActivity object itself.
-
withName
Set the name property: Activity name.- Overrides:
withName
in classExecutionActivity
- Parameters:
name
- the name value to set.- Returns:
- the Activity object itself.
-
withDescription
Set the description property: Activity description.- Overrides:
withDescription
in classExecutionActivity
- Parameters:
description
- the description value to set.- Returns:
- the Activity object itself.
-
withDependsOn
Set the dependsOn property: Activity depends on condition.- Overrides:
withDependsOn
in classExecutionActivity
- Parameters:
dependsOn
- the dependsOn value to set.- Returns:
- the Activity object itself.
-
withUserProperties
Set the userProperties property: Activity user properties.- Overrides:
withUserProperties
in classExecutionActivity
- Parameters:
userProperties
- the userProperties value to set.- Returns:
- the Activity object itself.
-
storageLinkedServices
Get the storageLinkedServices property: Storage linked service references.- Returns:
- the storageLinkedServices value.
-
withStorageLinkedServices
public HDInsightStreamingActivity withStorageLinkedServices(List<LinkedServiceReference> storageLinkedServices) Set the storageLinkedServices property: Storage linked service references.- Parameters:
storageLinkedServices
- the storageLinkedServices value to set.- Returns:
- the HDInsightStreamingActivity object itself.
-
arguments
Get the arguments property: User specified arguments to HDInsightActivity.- Returns:
- the arguments value.
-
withArguments
Set the arguments property: User specified arguments to HDInsightActivity.- Parameters:
arguments
- the arguments value to set.- Returns:
- the HDInsightStreamingActivity object itself.
-
getDebugInfo
Get the getDebugInfo property: Debug info option.- Returns:
- the getDebugInfo value.
-
withGetDebugInfo
Set the getDebugInfo property: Debug info option.- Parameters:
getDebugInfo
- the getDebugInfo value to set.- Returns:
- the HDInsightStreamingActivity object itself.
-
mapper
Get the mapper property: Mapper executable name. Type: string (or Expression with resultType string).- Returns:
- the mapper value.
-
withMapper
Set the mapper property: Mapper executable name. Type: string (or Expression with resultType string).- Parameters:
mapper
- the mapper value to set.- Returns:
- the HDInsightStreamingActivity object itself.
-
reducer
Get the reducer property: Reducer executable name. Type: string (or Expression with resultType string).- Returns:
- the reducer value.
-
withReducer
Set the reducer property: Reducer executable name. Type: string (or Expression with resultType string).- Parameters:
reducer
- the reducer value to set.- Returns:
- the HDInsightStreamingActivity object itself.
-
input
Get the input property: Input blob path. Type: string (or Expression with resultType string).- Returns:
- the input value.
-
withInput
Set the input property: Input blob path. Type: string (or Expression with resultType string).- Parameters:
input
- the input value to set.- Returns:
- the HDInsightStreamingActivity object itself.
-
output
Get the output property: Output blob path. Type: string (or Expression with resultType string).- Returns:
- the output value.
-
withOutput
Set the output property: Output blob path. Type: string (or Expression with resultType string).- Parameters:
output
- the output value to set.- Returns:
- the HDInsightStreamingActivity object itself.
-
filePaths
Get the filePaths property: Paths to streaming job files. Can be directories.- Returns:
- the filePaths value.
-
withFilePaths
Set the filePaths property: Paths to streaming job files. Can be directories.- Parameters:
filePaths
- the filePaths value to set.- Returns:
- the HDInsightStreamingActivity object itself.
-
fileLinkedService
Get the fileLinkedService property: Linked service reference where the files are located.- Returns:
- the fileLinkedService value.
-
withFileLinkedService
Set the fileLinkedService property: Linked service reference where the files are located.- Parameters:
fileLinkedService
- the fileLinkedService value to set.- Returns:
- the HDInsightStreamingActivity object itself.
-
combiner
Get the combiner property: Combiner executable name. Type: string (or Expression with resultType string).- Returns:
- the combiner value.
-
withCombiner
Set the combiner property: Combiner executable name. Type: string (or Expression with resultType string).- Parameters:
combiner
- the combiner value to set.- Returns:
- the HDInsightStreamingActivity object itself.
-
commandEnvironment
Get the commandEnvironment property: Command line environment values.- Returns:
- the commandEnvironment value.
-
withCommandEnvironment
Set the commandEnvironment property: Command line environment values.- Parameters:
commandEnvironment
- the commandEnvironment value to set.- Returns:
- the HDInsightStreamingActivity object itself.
-
defines
Get the defines property: Allows user to specify defines for streaming job request.- Returns:
- the defines value.
-
withDefines
Set the defines property: Allows user to specify defines for streaming job request.- Parameters:
defines
- the defines value to set.- Returns:
- the HDInsightStreamingActivity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classExecutionActivity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-