CreateJobParameters Class
- java.
lang. Object - BaseJobParameters
- com.
microsoft. azure. management. datalake. analytics. models. CreateJobParameters
- com.
public class CreateJobParameters extends BaseJobParameters
The parameters used to submit a new Data Lake Analytics job.
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
degreeOfParallelism()
Get the degreeOfParallelism value. |
List<String> |
logFilePatterns()
Get the logFilePatterns value. |
String |
name()
Get the name value. |
Integer |
priority()
Get the priority value. |
Job |
related()
Get the related value. |
Create |
withDegreeOfParallelism(Integer degreeOfParallelism)
Set the degreeOfParallelism value. |
Create |
withLogFilePatterns(List<String> logFilePatterns)
Set the logFilePatterns value. |
Create |
withName(String name)
Set the name value. |
Create |
withPriority(Integer priority)
Set the priority value. |
Create |
withRelated(JobRelationshipProperties related)
Set the related value. |
Inherited Members
Method Details
degreeOfParallelism
public Integer degreeOfParallelism()
Get the degreeOfParallelism value.
Returns:
logFilePatterns
public List
Get the logFilePatterns value.
Returns:
name
public String name()
Get the name value.
Returns:
priority
public Integer priority()
Get the priority value.
Returns:
related
public JobRelationshipProperties related()
Get the related value.
Returns:
withDegreeOfParallelism
public CreateJobParameters withDegreeOfParallelism(Integer degreeOfParallelism)
Set the degreeOfParallelism value.
Parameters:
Returns:
withLogFilePatterns
public CreateJobParameters withLogFilePatterns(List
Set the logFilePatterns value.
Parameters:
Returns:
withName
public CreateJobParameters withName(String name)
Set the name value.
Parameters:
Returns:
withPriority
public CreateJobParameters withPriority(Integer priority)
Set the priority value.
Parameters:
Returns:
withRelated
public CreateJobParameters withRelated(JobRelationshipProperties related)
Set the related value.
Parameters:
Returns:
Applies to
Azure SDK for Java