Uses of Class
com.microsoft.azure.management.datalake.analytics.models.UpdateJobParameters
Packages that use UpdateJobParameters
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of UpdateJobParameters in com.microsoft.azure.management.datalake.analytics
Methods in com.microsoft.azure.management.datalake.analytics with parameters of type UpdateJobParametersModifier and TypeMethodDescriptionJobs.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.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. -
Uses of UpdateJobParameters in com.microsoft.azure.management.datalake.analytics.models
Methods in com.microsoft.azure.management.datalake.analytics.models that return UpdateJobParametersModifier and TypeMethodDescriptionUpdateJobParameters.withDegreeOfParallelism
(Integer degreeOfParallelism) Set the degree of parallelism used for this job.UpdateJobParameters.withPriority
(Integer priority) Set the priority value for the current job.Set the key-value pairs used to add additional metadata to the job information.