| 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.beginUpdate(String accountName,
           UUID jobIdentity,
           UpdateJobParameters parameters)
Updates the job information for the specified job ID. 
 | 
rx.Observable<JobInformation> | 
Jobs.beginUpdateAsync(String accountName,
                UUID jobIdentity,
                UpdateJobParameters parameters)
Updates the job information for the specified job ID. 
 | 
ServiceFuture<JobInformation> | 
Jobs.beginUpdateAsync(String accountName,
                UUID jobIdentity,
                UpdateJobParameters parameters,
                ServiceCallback<JobInformation> serviceCallback)
Updates the job information for the specified job ID. 
 | 
rx.Observable<ServiceResponse<JobInformation>> | 
Jobs.beginUpdateWithServiceResponseAsync(String accountName,
                                   UUID jobIdentity,
                                   UpdateJobParameters parameters)
Updates the job information for the specified job ID. 
 | 
JobInformation | 
Jobs.update(String accountName,
      UUID jobIdentity,
      UpdateJobParameters parameters)
Updates the job information for the specified job ID. 
 | 
rx.Observable<JobInformation> | 
Jobs.updateAsync(String accountName,
           UUID jobIdentity,
           UpdateJobParameters parameters)
Updates the job information for the specified job ID. 
 | 
ServiceFuture<JobInformation> | 
Jobs.updateAsync(String accountName,
           UUID jobIdentity,
           UpdateJobParameters parameters,
           ServiceCallback<JobInformation> serviceCallback)
Updates the job information for the specified job ID. 
 | 
rx.Observable<ServiceResponse<JobInformation>> | 
Jobs.updateWithServiceResponseAsync(String accountName,
                              UUID jobIdentity,
                              UpdateJobParameters parameters)
Updates the job information for the specified job ID. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateJobParameters | 
UpdateJobParameters.withDegreeOfParallelism(Integer degreeOfParallelism)
Set the degree of parallelism used for this job. 
 | 
UpdateJobParameters | 
UpdateJobParameters.withPriority(Integer priority)
Set the priority value for the current job. 
 | 
UpdateJobParameters | 
UpdateJobParameters.withTags(Map<String,String> tags)
Set the key-value pairs used to add additional metadata to the job information. 
 | 
Copyright © 2019. All rights reserved.