Interface Jobs
public interface Jobs
An instance of this class provides access to all the operations defined
in Jobs.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
beginCancel
(String accountName, UUID jobIdentity) Cancels the running job specified by the job ID.rx.Observable<Void>
beginCancelAsync
(String accountName, UUID jobIdentity) Cancels the running job specified by the job ID.com.microsoft.rest.ServiceFuture<Void>
beginCancelAsync
(String accountName, UUID jobIdentity, com.microsoft.rest.ServiceCallback<Void> serviceCallback) Cancels the running job specified by the job ID.rx.Observable<com.microsoft.rest.ServiceResponse<Void>>
beginCancelWithServiceResponseAsync
(String accountName, UUID jobIdentity) Cancels the running job specified by the job ID.beginUpdate
(String accountName, UUID jobIdentity) Updates the job information for the specified job ID.beginUpdate
(String accountName, UUID jobIdentity, UpdateJobParameters parameters) Updates the job information for the specified job ID.rx.Observable<JobInformation>
beginUpdateAsync
(String accountName, UUID jobIdentity) Updates the job information for the specified job ID.rx.Observable<JobInformation>
beginUpdateAsync
(String accountName, UUID jobIdentity, UpdateJobParameters parameters) Updates the job information for the specified job ID.com.microsoft.rest.ServiceFuture<JobInformation>
beginUpdateAsync
(String accountName, UUID jobIdentity, UpdateJobParameters parameters, com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback) Updates the job information for the specified job ID.com.microsoft.rest.ServiceFuture<JobInformation>
beginUpdateAsync
(String accountName, UUID jobIdentity, com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback) Updates the job information for the specified job ID.rx.Observable<com.microsoft.rest.ServiceResponse<JobInformation>>
beginUpdateWithServiceResponseAsync
(String accountName, UUID jobIdentity) Updates the job information for the specified job ID.rx.Observable<com.microsoft.rest.ServiceResponse<JobInformation>>
beginUpdateWithServiceResponseAsync
(String accountName, UUID jobIdentity, UpdateJobParameters parameters) Updates the job information for the specified job ID.void
beginYield
(String accountName, UUID jobIdentity) Pauses the specified job and places it back in the job queue, behind other jobs of equal or higher importance, based on priority.rx.Observable<Void>
beginYieldAsync
(String accountName, UUID jobIdentity) Pauses the specified job and places it back in the job queue, behind other jobs of equal or higher importance, based on priority.com.microsoft.rest.ServiceFuture<Void>
beginYieldAsync
(String accountName, UUID jobIdentity, com.microsoft.rest.ServiceCallback<Void> serviceCallback) Pauses the specified job and places it back in the job queue, behind other jobs of equal or higher importance, based on priority.rx.Observable<com.microsoft.rest.ServiceResponse<Void>>
beginYieldWithServiceResponseAsync
(String accountName, UUID jobIdentity) Pauses the specified job and places it back in the job queue, behind other jobs of equal or higher importance, based on priority.build
(String accountName, BuildJobParameters parameters) Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.rx.Observable<JobInformation>
buildAsync
(String accountName, BuildJobParameters parameters) Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.com.microsoft.rest.ServiceFuture<JobInformation>
buildAsync
(String accountName, BuildJobParameters parameters, com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback) Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.rx.Observable<com.microsoft.rest.ServiceResponse<JobInformation>>
buildWithServiceResponseAsync
(String accountName, BuildJobParameters parameters) Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.void
Cancels the running job specified by the job ID.rx.Observable<Void>
cancelAsync
(String accountName, UUID jobIdentity) Cancels the running job specified by the job ID.com.microsoft.rest.ServiceFuture<Void>
cancelAsync
(String accountName, UUID jobIdentity, com.microsoft.rest.ServiceCallback<Void> serviceCallback) Cancels the running job specified by the job ID.rx.Observable<com.microsoft.rest.ServiceResponse<Void>>
cancelWithServiceResponseAsync
(String accountName, UUID jobIdentity) Cancels the running job specified by the job ID.create
(String accountName, UUID jobIdentity, CreateJobParameters parameters) Submits a job to the specified Data Lake Analytics account.rx.Observable<JobInformation>
createAsync
(String accountName, UUID jobIdentity, CreateJobParameters parameters) Submits a job to the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<JobInformation>
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>>
createWithServiceResponseAsync
(String accountName, UUID jobIdentity, CreateJobParameters parameters) Submits a job to the specified Data Lake Analytics account.Gets the job information for the specified job ID.rx.Observable<JobInformation>
Gets the job information for the specified job ID.com.microsoft.rest.ServiceFuture<JobInformation>
getAsync
(String accountName, UUID jobIdentity, com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback) Gets the job information for the specified job ID.getDebugDataPath
(String accountName, UUID jobIdentity) Gets the job debug data information specified by the job ID.rx.Observable<JobDataPath>
getDebugDataPathAsync
(String accountName, UUID jobIdentity) Gets the job debug data information specified by the job ID.com.microsoft.rest.ServiceFuture<JobDataPath>
getDebugDataPathAsync
(String accountName, UUID jobIdentity, com.microsoft.rest.ServiceCallback<JobDataPath> serviceCallback) Gets the job debug data information specified by the job ID.rx.Observable<com.microsoft.rest.ServiceResponse<JobDataPath>>
getDebugDataPathWithServiceResponseAsync
(String accountName, UUID jobIdentity) Gets the job debug data information specified by the job ID.getStatistics
(String accountName, UUID jobIdentity) Gets statistics of the specified job.rx.Observable<JobStatistics>
getStatisticsAsync
(String accountName, UUID jobIdentity) Gets statistics of the specified job.com.microsoft.rest.ServiceFuture<JobStatistics>
getStatisticsAsync
(String accountName, UUID jobIdentity, com.microsoft.rest.ServiceCallback<JobStatistics> serviceCallback) Gets statistics of the specified job.rx.Observable<com.microsoft.rest.ServiceResponse<JobStatistics>>
getStatisticsWithServiceResponseAsync
(String accountName, UUID jobIdentity) Gets statistics of the specified job.rx.Observable<com.microsoft.rest.ServiceResponse<JobInformation>>
getWithServiceResponseAsync
(String accountName, UUID jobIdentity) Gets the job information for the specified job ID.com.microsoft.azure.PagedList<JobInformationBasic>
Lists the jobs, if any, associated with the specified Data Lake Analytics account.com.microsoft.azure.PagedList<JobInformationBasic>
list
(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Lists the jobs, if any, associated with the specified Data Lake Analytics account.rx.Observable<com.microsoft.azure.Page<JobInformationBasic>>
Lists the jobs, if any, associated with the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<List<JobInformationBasic>>
listAsync
(String accountName, com.microsoft.azure.ListOperationCallback<JobInformationBasic> serviceCallback) Lists the jobs, if any, associated with the specified Data Lake Analytics account.rx.Observable<com.microsoft.azure.Page<JobInformationBasic>>
listAsync
(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Lists the jobs, if any, associated with the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<List<JobInformationBasic>>
listAsync
(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<JobInformationBasic> serviceCallback) Lists the jobs, if any, associated with the specified Data Lake Analytics account.com.microsoft.azure.PagedList<JobInformationBasic>
Lists the jobs, if any, associated with the specified Data Lake Analytics account.rx.Observable<com.microsoft.azure.Page<JobInformationBasic>>
listNextAsync
(String nextPageLink) Lists the jobs, if any, associated with the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<List<JobInformationBasic>>
listNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<JobInformationBasic>> serviceFuture, com.microsoft.azure.ListOperationCallback<JobInformationBasic> serviceCallback) Lists the jobs, if any, associated with the specified Data Lake Analytics account.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<JobInformationBasic>>>
listNextWithServiceResponseAsync
(String nextPageLink) Lists the jobs, if any, associated with the specified Data Lake Analytics account.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<JobInformationBasic>>>
listWithServiceResponseAsync
(String accountName) Lists the jobs, if any, associated with the specified Data Lake Analytics account.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<JobInformationBasic>>>
listWithServiceResponseAsync
(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Lists the jobs, if any, associated with the specified Data Lake Analytics account.Updates the job information for the specified job ID.update
(String accountName, UUID jobIdentity, UpdateJobParameters parameters) Updates the job information for the specified job ID.rx.Observable<JobInformation>
updateAsync
(String accountName, UUID jobIdentity) Updates the job information for the specified job ID.rx.Observable<JobInformation>
updateAsync
(String accountName, UUID jobIdentity, UpdateJobParameters parameters) Updates the job information for the specified job ID.com.microsoft.rest.ServiceFuture<JobInformation>
updateAsync
(String accountName, UUID jobIdentity, UpdateJobParameters parameters, com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback) Updates the job information for the specified job ID.com.microsoft.rest.ServiceFuture<JobInformation>
updateAsync
(String accountName, UUID jobIdentity, com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback) Updates the job information for the specified job ID.rx.Observable<com.microsoft.rest.ServiceResponse<JobInformation>>
updateWithServiceResponseAsync
(String accountName, UUID jobIdentity) Updates the job information for the specified job ID.rx.Observable<com.microsoft.rest.ServiceResponse<JobInformation>>
updateWithServiceResponseAsync
(String accountName, UUID jobIdentity, UpdateJobParameters parameters) Updates the job information for the specified job ID.void
Pauses the specified job and places it back in the job queue, behind other jobs of equal or higher importance, based on priority.rx.Observable<Void>
yieldAsync
(String accountName, UUID jobIdentity) Pauses the specified job and places it back in the job queue, behind other jobs of equal or higher importance, based on priority.com.microsoft.rest.ServiceFuture<Void>
yieldAsync
(String accountName, UUID jobIdentity, com.microsoft.rest.ServiceCallback<Void> serviceCallback) Pauses the specified job and places it back in the job queue, behind other jobs of equal or higher importance, based on priority.rx.Observable<com.microsoft.rest.ServiceResponse<Void>>
yieldWithServiceResponseAsync
(String accountName, UUID jobIdentity) Pauses the specified job and places it back in the job queue, behind other jobs of equal or higher importance, based on priority.
-
Method Details
-
list
Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.- Returns:
- the PagedList<JobInformationBasic> object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
listAsync
com.microsoft.rest.ServiceFuture<List<JobInformationBasic>> listAsync(String accountName, com.microsoft.azure.ListOperationCallback<JobInformationBasic> serviceCallback) Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listAsync
Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.- Returns:
- the observable to the PagedList<JobInformationBasic> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<JobInformationBasic>>> listWithServiceResponseAsync(String accountName) Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.- Returns:
- the observable to the PagedList<JobInformationBasic> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
list
com.microsoft.azure.PagedList<JobInformationBasic> list(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.- Returns:
- the PagedList<JobInformationBasic> object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
listAsync
com.microsoft.rest.ServiceFuture<List<JobInformationBasic>> listAsync(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<JobInformationBasic> serviceCallback) Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listAsync
rx.Observable<com.microsoft.azure.Page<JobInformationBasic>> listAsync(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.- Returns:
- the observable to the PagedList<JobInformationBasic> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<JobInformationBasic>>> listWithServiceResponseAsync(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.- Returns:
- the observable to the PagedList<JobInformationBasic> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
create
Submits a job to the specified Data Lake Analytics account.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.parameters
- The parameters to submit a job.- Returns:
- the JobInformation object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
createAsync
com.microsoft.rest.ServiceFuture<JobInformation> createAsync(String accountName, UUID jobIdentity, CreateJobParameters parameters, com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback) Submits a job to the specified Data Lake Analytics account.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.parameters
- The parameters to submit a job.serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
createAsync
rx.Observable<JobInformation> createAsync(String accountName, UUID jobIdentity, CreateJobParameters parameters) Submits a job to the specified Data Lake Analytics account.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.parameters
- The parameters to submit a job.- Returns:
- the observable to the JobInformation object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
createWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<JobInformation>> createWithServiceResponseAsync(String accountName, UUID jobIdentity, CreateJobParameters parameters) Submits a job to the specified Data Lake Analytics account.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.parameters
- The parameters to submit a job.- Returns:
- the observable to the JobInformation object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
get
Gets the job information for the specified job ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- JobInfo ID.- Returns:
- the JobInformation object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
getAsync
com.microsoft.rest.ServiceFuture<JobInformation> getAsync(String accountName, UUID jobIdentity, com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback) Gets the job information for the specified job ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- JobInfo ID.serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
getAsync
Gets the job information for the specified job ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- JobInfo ID.- Returns:
- the observable to the JobInformation object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
getWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<JobInformation>> getWithServiceResponseAsync(String accountName, UUID jobIdentity) Gets the job information for the specified job ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- JobInfo ID.- Returns:
- the observable to the JobInformation object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
update
Updates the job information for the specified job ID. (Only for use internally with Scope job type.).- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.- Returns:
- the JobInformation object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
updateAsync
com.microsoft.rest.ServiceFuture<JobInformation> updateAsync(String accountName, UUID jobIdentity, com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback) Updates the job information for the specified job ID. (Only for use internally with Scope job type.).- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
updateAsync
Updates the job information for the specified job ID. (Only for use internally with Scope job type.).- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.- Returns:
- the observable to the JobInformation object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
updateWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<JobInformation>> updateWithServiceResponseAsync(String accountName, UUID jobIdentity) Updates the job information for the specified job ID. (Only for use internally with Scope job type.).- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.- Returns:
- the observable to the JobInformation object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
update
Updates the job information for the specified job ID. (Only for use internally with Scope job type.).- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.parameters
- The parameters to update a job.- Returns:
- the JobInformation object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
updateAsync
com.microsoft.rest.ServiceFuture<JobInformation> updateAsync(String accountName, UUID jobIdentity, UpdateJobParameters parameters, com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback) Updates the job information for the specified job ID. (Only for use internally with Scope job type.).- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.parameters
- The parameters to update a job.serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
updateAsync
rx.Observable<JobInformation> updateAsync(String accountName, UUID jobIdentity, UpdateJobParameters parameters) Updates the job information for the specified job ID. (Only for use internally with Scope job type.).- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.parameters
- The parameters to update a job.- Returns:
- the observable to the JobInformation object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
updateWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<JobInformation>> updateWithServiceResponseAsync(String accountName, UUID jobIdentity, UpdateJobParameters parameters) Updates the job information for the specified job ID. (Only for use internally with Scope job type.).- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.parameters
- The parameters to update a job.- Returns:
- the observable to the JobInformation object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
beginUpdate
Updates the job information for the specified job ID. (Only for use internally with Scope job type.).- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.- Returns:
- the JobInformation object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
beginUpdateAsync
com.microsoft.rest.ServiceFuture<JobInformation> beginUpdateAsync(String accountName, UUID jobIdentity, com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback) Updates the job information for the specified job ID. (Only for use internally with Scope job type.).- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
beginUpdateAsync
Updates the job information for the specified job ID. (Only for use internally with Scope job type.).- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.- Returns:
- the observable to the JobInformation object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
beginUpdateWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<JobInformation>> beginUpdateWithServiceResponseAsync(String accountName, UUID jobIdentity) Updates the job information for the specified job ID. (Only for use internally with Scope job type.).- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.- Returns:
- the observable to the JobInformation object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
beginUpdate
Updates the job information for the specified job ID. (Only for use internally with Scope job type.).- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.parameters
- The parameters to update a job.- Returns:
- the JobInformation object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
beginUpdateAsync
com.microsoft.rest.ServiceFuture<JobInformation> beginUpdateAsync(String accountName, UUID jobIdentity, UpdateJobParameters parameters, com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback) Updates the job information for the specified job ID. (Only for use internally with Scope job type.).- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.parameters
- The parameters to update a job.serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
beginUpdateAsync
rx.Observable<JobInformation> beginUpdateAsync(String accountName, UUID jobIdentity, UpdateJobParameters parameters) Updates the job information for the specified job ID. (Only for use internally with Scope job type.).- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.parameters
- The parameters to update a job.- Returns:
- the observable to the JobInformation object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
beginUpdateWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<JobInformation>> beginUpdateWithServiceResponseAsync(String accountName, UUID jobIdentity, UpdateJobParameters parameters) Updates the job information for the specified job ID. (Only for use internally with Scope job type.).- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.parameters
- The parameters to update a job.- Returns:
- the observable to the JobInformation object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
getStatistics
Gets statistics of the specified job.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job Information ID.- Returns:
- the JobStatistics object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
getStatisticsAsync
com.microsoft.rest.ServiceFuture<JobStatistics> getStatisticsAsync(String accountName, UUID jobIdentity, com.microsoft.rest.ServiceCallback<JobStatistics> serviceCallback) Gets statistics of the specified job.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job Information ID.serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
getStatisticsAsync
Gets statistics of the specified job.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job Information ID.- Returns:
- the observable to the JobStatistics object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
getStatisticsWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<JobStatistics>> getStatisticsWithServiceResponseAsync(String accountName, UUID jobIdentity) Gets statistics of the specified job.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job Information ID.- Returns:
- the observable to the JobStatistics object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
getDebugDataPath
Gets the job debug data information specified by the job ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.- Returns:
- the JobDataPath object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
getDebugDataPathAsync
com.microsoft.rest.ServiceFuture<JobDataPath> getDebugDataPathAsync(String accountName, UUID jobIdentity, com.microsoft.rest.ServiceCallback<JobDataPath> serviceCallback) Gets the job debug data information specified by the job ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
getDebugDataPathAsync
Gets the job debug data information specified by the job ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.- Returns:
- the observable to the JobDataPath object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
getDebugDataPathWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<JobDataPath>> getDebugDataPathWithServiceResponseAsync(String accountName, UUID jobIdentity) Gets the job debug data information specified by the job ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.- Returns:
- the observable to the JobDataPath object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
cancel
Cancels the running job specified by the job ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
cancelAsync
com.microsoft.rest.ServiceFuture<Void> cancelAsync(String accountName, UUID jobIdentity, com.microsoft.rest.ServiceCallback<Void> serviceCallback) Cancels the running job specified by the job ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
cancelAsync
Cancels the running job specified by the job ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.- Returns:
- the
ServiceResponse
object if successful. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
cancelWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<Void>> cancelWithServiceResponseAsync(String accountName, UUID jobIdentity) Cancels the running job specified by the job ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.- Returns:
- the
ServiceResponse
object if successful. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
beginCancel
Cancels the running job specified by the job ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
beginCancelAsync
com.microsoft.rest.ServiceFuture<Void> beginCancelAsync(String accountName, UUID jobIdentity, com.microsoft.rest.ServiceCallback<Void> serviceCallback) Cancels the running job specified by the job ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
beginCancelAsync
Cancels the running job specified by the job ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.- Returns:
- the
ServiceResponse
object if successful. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
beginCancelWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<Void>> beginCancelWithServiceResponseAsync(String accountName, UUID jobIdentity) Cancels the running job specified by the job ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.- Returns:
- the
ServiceResponse
object if successful. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
yield
Pauses the specified job and places it back in the job queue, behind other jobs of equal or higher importance, based on priority. (Only for use internally with Scope job type.).- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
yieldAsync
com.microsoft.rest.ServiceFuture<Void> yieldAsync(String accountName, UUID jobIdentity, com.microsoft.rest.ServiceCallback<Void> serviceCallback) Pauses the specified job and places it back in the job queue, behind other jobs of equal or higher importance, based on priority. (Only for use internally with Scope job type.).- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
yieldAsync
Pauses the specified job and places it back in the job queue, behind other jobs of equal or higher importance, based on priority. (Only for use internally with Scope job type.).- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.- Returns:
- the
ServiceResponse
object if successful. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
yieldWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<Void>> yieldWithServiceResponseAsync(String accountName, UUID jobIdentity) Pauses the specified job and places it back in the job queue, behind other jobs of equal or higher importance, based on priority. (Only for use internally with Scope job type.).- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.- Returns:
- the
ServiceResponse
object if successful. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
beginYield
Pauses the specified job and places it back in the job queue, behind other jobs of equal or higher importance, based on priority. (Only for use internally with Scope job type.).- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
beginYieldAsync
com.microsoft.rest.ServiceFuture<Void> beginYieldAsync(String accountName, UUID jobIdentity, com.microsoft.rest.ServiceCallback<Void> serviceCallback) Pauses the specified job and places it back in the job queue, behind other jobs of equal or higher importance, based on priority. (Only for use internally with Scope job type.).- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
beginYieldAsync
Pauses the specified job and places it back in the job queue, behind other jobs of equal or higher importance, based on priority. (Only for use internally with Scope job type.).- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.- Returns:
- the
ServiceResponse
object if successful. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
beginYieldWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<Void>> beginYieldWithServiceResponseAsync(String accountName, UUID jobIdentity) Pauses the specified job and places it back in the job queue, behind other jobs of equal or higher importance, based on priority. (Only for use internally with Scope job type.).- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job identifier. Uniquely identifies the job across all jobs submitted to the service.- Returns:
- the
ServiceResponse
object if successful. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
build
Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.parameters
- The parameters to build a job.- Returns:
- the JobInformation object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
buildAsync
com.microsoft.rest.ServiceFuture<JobInformation> buildAsync(String accountName, BuildJobParameters parameters, com.microsoft.rest.ServiceCallback<JobInformation> serviceCallback) Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.parameters
- The parameters to build a job.serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
buildAsync
Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.parameters
- The parameters to build a job.- Returns:
- the observable to the JobInformation object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
buildWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<JobInformation>> buildWithServiceResponseAsync(String accountName, BuildJobParameters parameters) Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.parameters
- The parameters to build a job.- Returns:
- the observable to the JobInformation object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listNext
Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any.- Parameters:
nextPageLink
- The NextLink from the previous successful call to List operation.- Returns:
- the PagedList<JobInformationBasic> object if successful.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sent
-
listNextAsync
com.microsoft.rest.ServiceFuture<List<JobInformationBasic>> listNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<JobInformationBasic>> serviceFuture, com.microsoft.azure.ListOperationCallback<JobInformationBasic> serviceCallback) Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any.- Parameters:
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listNextAsync
Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any.- Parameters:
nextPageLink
- The NextLink from the previous successful call to List operation.- Returns:
- the observable to the PagedList<JobInformationBasic> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listNextWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<JobInformationBasic>>> listNextWithServiceResponseAsync(String nextPageLink) Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any.- Parameters:
nextPageLink
- The NextLink from the previous successful call to List operation.- Returns:
- the observable to the PagedList<JobInformationBasic> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-