HDInsightStreamingActivity |
HDInsightStreamingActivity.withArguments(List<Object> arguments) |
Set the arguments property: User specified arguments to HDInsightActivity.
|
HDInsightStreamingActivity |
HDInsightStreamingActivity.withCombiner(Object combiner) |
Set the combiner property: Combiner executable name.
|
HDInsightStreamingActivity |
HDInsightStreamingActivity.withCommandEnvironment(List<Object> commandEnvironment) |
Set the commandEnvironment property: Command line environment values.
|
HDInsightStreamingActivity |
HDInsightStreamingActivity.withDefines(Map<String,Object> defines) |
Set the defines property: Allows user to specify defines for streaming job request.
|
HDInsightStreamingActivity |
HDInsightStreamingActivity.withDependsOn(List<ActivityDependency> dependsOn) |
Set the dependsOn property: Activity depends on condition.
|
HDInsightStreamingActivity |
HDInsightStreamingActivity.withDescription(String description) |
Set the description property: Activity description.
|
HDInsightStreamingActivity |
HDInsightStreamingActivity.withFileLinkedService(LinkedServiceReference fileLinkedService) |
Set the fileLinkedService property: Linked service reference where the files are located.
|
HDInsightStreamingActivity |
HDInsightStreamingActivity.withFilePaths(List<Object> filePaths) |
Set the filePaths property: Paths to streaming job files.
|
HDInsightStreamingActivity |
HDInsightStreamingActivity.withGetDebugInfo(HDInsightActivityDebugInfoOption getDebugInfo) |
Set the getDebugInfo property: Debug info option.
|
HDInsightStreamingActivity |
HDInsightStreamingActivity.withInput(Object input) |
Set the input property: Input blob path.
|
HDInsightStreamingActivity |
HDInsightStreamingActivity.withLinkedServiceName(LinkedServiceReference linkedServiceName) |
Set the linkedServiceName property: Linked service reference.
|
HDInsightStreamingActivity |
HDInsightStreamingActivity.withMapper(Object mapper) |
Set the mapper property: Mapper executable name.
|
HDInsightStreamingActivity |
HDInsightStreamingActivity.withName(String name) |
Set the name property: Activity name.
|
HDInsightStreamingActivity |
HDInsightStreamingActivity.withOutput(Object output) |
Set the output property: Output blob path.
|
HDInsightStreamingActivity |
HDInsightStreamingActivity.withPolicy(ActivityPolicy policy) |
Set the policy property: Activity policy.
|
HDInsightStreamingActivity |
HDInsightStreamingActivity.withReducer(Object reducer) |
Set the reducer property: Reducer executable name.
|
HDInsightStreamingActivity |
HDInsightStreamingActivity.withStorageLinkedServices(List<LinkedServiceReference> storageLinkedServices) |
Set the storageLinkedServices property: Storage linked service references.
|
HDInsightStreamingActivity |
HDInsightStreamingActivity.withUserProperties(List<UserProperty> userProperties) |
Set the userProperties property: Activity user properties.
|