| 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.
|
com.microsoft.rest.ServiceFuture<JobInformation> |
Jobs.beginUpdateAsync(String accountName,
UUID jobIdentity,
UpdateJobParameters parameters,
com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback)
Updates the job information for the specified job ID.
|
rx.Observable<com.microsoft.rest.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.
|
com.microsoft.rest.ServiceFuture<JobInformation> |
Jobs.updateAsync(String accountName,
UUID jobIdentity,
UpdateJobParameters parameters,
com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback)
Updates the job information for the specified job ID.
|
rx.Observable<com.microsoft.rest.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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/