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