Uses of Class
com.microsoft.azure.management.datalake.analytics.models.CreateJobParameters
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of CreateJobParameters in com.microsoft.azure.management.datalake.analytics
Modifier and TypeMethodDescriptionJobs.create
(String accountName, UUID jobIdentity, CreateJobParameters parameters) Submits a job to the specified Data Lake Analytics account.rx.Observable<JobInformation>
Jobs.createAsync
(String accountName, UUID jobIdentity, CreateJobParameters parameters) Submits a job to the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<JobInformation>
Jobs.createAsync
(String accountName, UUID jobIdentity, CreateJobParameters parameters, com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback) Submits a job to the specified Data Lake Analytics account.rx.Observable<com.microsoft.rest.ServiceResponse<JobInformation>>
Jobs.createWithServiceResponseAsync
(String accountName, UUID jobIdentity, CreateJobParameters parameters) Submits a job to the specified Data Lake Analytics account. -
Uses of CreateJobParameters in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeClassDescriptionclass
The parameters used to submit a new Data Lake Analytics Scope job.Modifier and TypeMethodDescriptionCreateJobParameters.withDegreeOfParallelism
(Integer degreeOfParallelism) Set the degree of parallelism to use for this job.CreateJobParameters.withLogFilePatterns
(List<String> logFilePatterns) Set the list of log file name patterns to find in the logFolder.Set the friendly name of the job to submit.CreateJobParameters.withPriority
(Integer priority) Set the priority value to use for the current job.CreateJobParameters.withRelated
(JobRelationshipProperties related) Set the recurring job relationship information properties.