public interface Jobs
Modifier and Type | Method and Description |
---|---|
void |
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.
|
ServiceFuture<Void> |
beginCancelAsync(String accountName,
UUID jobIdentity,
ServiceCallback<Void> serviceCallback)
Cancels the running job specified by the job ID.
|
rx.Observable<ServiceResponse<Void>> |
beginCancelWithServiceResponseAsync(String accountName,
UUID jobIdentity)
Cancels the running job specified by the job ID.
|
JobInformation |
beginUpdate(String accountName,
UUID jobIdentity)
Updates the job information for the specified job ID.
|
JobInformation |
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.
|
ServiceFuture<JobInformation> |
beginUpdateAsync(String accountName,
UUID jobIdentity,
ServiceCallback<JobInformation> serviceCallback)
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.
|
ServiceFuture<JobInformation> |
beginUpdateAsync(String accountName,
UUID jobIdentity,
UpdateJobParameters parameters,
ServiceCallback<JobInformation> serviceCallback)
Updates the job information for the specified job ID.
|
rx.Observable<ServiceResponse<JobInformation>> |
beginUpdateWithServiceResponseAsync(String accountName,
UUID jobIdentity)
Updates the job information for the specified job ID.
|
rx.Observable<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.
|
ServiceFuture<Void> |
beginYieldAsync(String accountName,
UUID jobIdentity,
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<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.
|
JobInformation |
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.
|
ServiceFuture<JobInformation> |
buildAsync(String accountName,
BuildJobParameters parameters,
ServiceCallback<JobInformation> serviceCallback)
Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.
|
rx.Observable<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 |
cancel(String accountName,
UUID jobIdentity)
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.
|
ServiceFuture<Void> |
cancelAsync(String accountName,
UUID jobIdentity,
ServiceCallback<Void> serviceCallback)
Cancels the running job specified by the job ID.
|
rx.Observable<ServiceResponse<Void>> |
cancelWithServiceResponseAsync(String accountName,
UUID jobIdentity)
Cancels the running job specified by the job ID.
|
JobInformation |
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.
|
ServiceFuture<JobInformation> |
createAsync(String accountName,
UUID jobIdentity,
CreateJobParameters parameters,
ServiceCallback<JobInformation> serviceCallback)
Submits a job to the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<JobInformation>> |
createWithServiceResponseAsync(String accountName,
UUID jobIdentity,
CreateJobParameters parameters)
Submits a job to the specified Data Lake Analytics account.
|
JobInformation |
get(String accountName,
UUID jobIdentity)
Gets the job information for the specified job ID.
|
rx.Observable<JobInformation> |
getAsync(String accountName,
UUID jobIdentity)
Gets the job information for the specified job ID.
|
ServiceFuture<JobInformation> |
getAsync(String accountName,
UUID jobIdentity,
ServiceCallback<JobInformation> serviceCallback)
Gets the job information for the specified job ID.
|
JobDataPath |
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.
|
ServiceFuture<JobDataPath> |
getDebugDataPathAsync(String accountName,
UUID jobIdentity,
ServiceCallback<JobDataPath> serviceCallback)
Gets the job debug data information specified by the job ID.
|
rx.Observable<ServiceResponse<JobDataPath>> |
getDebugDataPathWithServiceResponseAsync(String accountName,
UUID jobIdentity)
Gets the job debug data information specified by the job ID.
|
JobStatistics |
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.
|
ServiceFuture<JobStatistics> |
getStatisticsAsync(String accountName,
UUID jobIdentity,
ServiceCallback<JobStatistics> serviceCallback)
Gets statistics of the specified job.
|
rx.Observable<ServiceResponse<JobStatistics>> |
getStatisticsWithServiceResponseAsync(String accountName,
UUID jobIdentity)
Gets statistics of the specified job.
|
rx.Observable<ServiceResponse<JobInformation>> |
getWithServiceResponseAsync(String accountName,
UUID jobIdentity)
Gets the job information for the specified job ID.
|
PagedList<JobInformationBasic> |
list(String accountName)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
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<Page<JobInformationBasic>> |
listAsync(String accountName)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
ServiceFuture<List<JobInformationBasic>> |
listAsync(String accountName,
ListOperationCallback<JobInformationBasic> serviceCallback)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
rx.Observable<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.
|
ServiceFuture<List<JobInformationBasic>> |
listAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<JobInformationBasic> serviceCallback)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
PagedList<JobInformationBasic> |
listNext(String nextPageLink)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
rx.Observable<Page<JobInformationBasic>> |
listNextAsync(String nextPageLink)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
ServiceFuture<List<JobInformationBasic>> |
listNextAsync(String nextPageLink,
ServiceFuture<List<JobInformationBasic>> serviceFuture,
ListOperationCallback<JobInformationBasic> serviceCallback)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<Page<JobInformationBasic>>> |
listNextWithServiceResponseAsync(String nextPageLink)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<Page<JobInformationBasic>>> |
listWithServiceResponseAsync(String accountName)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<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.
|
JobInformation |
update(String accountName,
UUID jobIdentity)
Updates the job information for the specified job ID.
|
JobInformation |
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.
|
ServiceFuture<JobInformation> |
updateAsync(String accountName,
UUID jobIdentity,
ServiceCallback<JobInformation> serviceCallback)
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.
|
ServiceFuture<JobInformation> |
updateAsync(String accountName,
UUID jobIdentity,
UpdateJobParameters parameters,
ServiceCallback<JobInformation> serviceCallback)
Updates the job information for the specified job ID.
|
rx.Observable<ServiceResponse<JobInformation>> |
updateWithServiceResponseAsync(String accountName,
UUID jobIdentity)
Updates the job information for the specified job ID.
|
rx.Observable<ServiceResponse<JobInformation>> |
updateWithServiceResponseAsync(String accountName,
UUID jobIdentity,
UpdateJobParameters parameters)
Updates the job information for the specified job ID.
|
void |
yield(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> |
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.
|
ServiceFuture<Void> |
yieldAsync(String accountName,
UUID jobIdentity,
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<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.
|
PagedList<JobInformationBasic> list(String accountName)
accountName
- The Azure Data Lake Analytics account to execute job operations on.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<JobInformationBasic>> listAsync(String accountName, ListOperationCallback<JobInformationBasic> serviceCallback)
accountName
- The Azure Data Lake Analytics account to execute job operations on.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<JobInformationBasic>> listAsync(String accountName)
accountName
- The Azure Data Lake Analytics account to execute job operations on.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<JobInformationBasic>>> listWithServiceResponseAsync(String accountName)
accountName
- The Azure Data Lake Analytics account to execute job operations on.IllegalArgumentException
- thrown if parameters fail the validationPagedList<JobInformationBasic> list(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
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.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<JobInformationBasic>> listAsync(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, ListOperationCallback<JobInformationBasic> serviceCallback)
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.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<JobInformationBasic>> listAsync(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
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.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<JobInformationBasic>>> listWithServiceResponseAsync(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
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.IllegalArgumentException
- thrown if parameters fail the validationJobInformation create(String accountName, UUID jobIdentity, CreateJobParameters 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.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<JobInformation> createAsync(String accountName, UUID jobIdentity, CreateJobParameters parameters, ServiceCallback<JobInformation> serviceCallback)
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.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<JobInformation> createAsync(String accountName, UUID jobIdentity, CreateJobParameters 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.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<JobInformation>> createWithServiceResponseAsync(String accountName, UUID jobIdentity, CreateJobParameters 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.IllegalArgumentException
- thrown if parameters fail the validationJobInformation get(String accountName, UUID jobIdentity)
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- JobInfo ID.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<JobInformation> getAsync(String accountName, UUID jobIdentity, ServiceCallback<JobInformation> serviceCallback)
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.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<JobInformation> getAsync(String accountName, UUID jobIdentity)
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- JobInfo ID.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<JobInformation>> getWithServiceResponseAsync(String accountName, UUID jobIdentity)
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- JobInfo ID.IllegalArgumentException
- thrown if parameters fail the validationJobInformation update(String accountName, UUID jobIdentity)
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.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<JobInformation> updateAsync(String accountName, UUID jobIdentity, ServiceCallback<JobInformation> serviceCallback)
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.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<JobInformation> updateAsync(String accountName, UUID jobIdentity)
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.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<JobInformation>> updateWithServiceResponseAsync(String accountName, UUID jobIdentity)
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.IllegalArgumentException
- thrown if parameters fail the validationJobInformation update(String accountName, UUID jobIdentity, UpdateJobParameters 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.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<JobInformation> updateAsync(String accountName, UUID jobIdentity, UpdateJobParameters parameters, ServiceCallback<JobInformation> serviceCallback)
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.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<JobInformation> updateAsync(String accountName, UUID jobIdentity, UpdateJobParameters 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.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<JobInformation>> updateWithServiceResponseAsync(String accountName, UUID jobIdentity, UpdateJobParameters 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.IllegalArgumentException
- thrown if parameters fail the validationJobInformation beginUpdate(String accountName, UUID jobIdentity)
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.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<JobInformation> beginUpdateAsync(String accountName, UUID jobIdentity, ServiceCallback<JobInformation> serviceCallback)
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.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<JobInformation> beginUpdateAsync(String accountName, UUID jobIdentity)
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.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<JobInformation>> beginUpdateWithServiceResponseAsync(String accountName, UUID jobIdentity)
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.IllegalArgumentException
- thrown if parameters fail the validationJobInformation beginUpdate(String accountName, UUID jobIdentity, UpdateJobParameters 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.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<JobInformation> beginUpdateAsync(String accountName, UUID jobIdentity, UpdateJobParameters parameters, ServiceCallback<JobInformation> serviceCallback)
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.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<JobInformation> beginUpdateAsync(String accountName, UUID jobIdentity, UpdateJobParameters 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.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<JobInformation>> beginUpdateWithServiceResponseAsync(String accountName, UUID jobIdentity, UpdateJobParameters 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.IllegalArgumentException
- thrown if parameters fail the validationJobStatistics getStatistics(String accountName, UUID jobIdentity)
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job Information ID.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<JobStatistics> getStatisticsAsync(String accountName, UUID jobIdentity, ServiceCallback<JobStatistics> serviceCallback)
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.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<JobStatistics> getStatisticsAsync(String accountName, UUID jobIdentity)
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job Information ID.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<JobStatistics>> getStatisticsWithServiceResponseAsync(String accountName, UUID jobIdentity)
accountName
- The Azure Data Lake Analytics account to execute job operations on.jobIdentity
- Job Information ID.IllegalArgumentException
- thrown if parameters fail the validationJobDataPath getDebugDataPath(String accountName, UUID jobIdentity)
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.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<JobDataPath> getDebugDataPathAsync(String accountName, UUID jobIdentity, ServiceCallback<JobDataPath> serviceCallback)
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.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<JobDataPath> getDebugDataPathAsync(String accountName, UUID jobIdentity)
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.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<JobDataPath>> getDebugDataPathWithServiceResponseAsync(String accountName, UUID jobIdentity)
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.IllegalArgumentException
- thrown if parameters fail the validationvoid cancel(String accountName, UUID jobIdentity)
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.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> cancelAsync(String accountName, UUID jobIdentity, ServiceCallback<Void> serviceCallback)
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.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> cancelAsync(String accountName, UUID jobIdentity)
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.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> cancelWithServiceResponseAsync(String accountName, UUID jobIdentity)
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.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid beginCancel(String accountName, UUID jobIdentity)
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.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> beginCancelAsync(String accountName, UUID jobIdentity, ServiceCallback<Void> serviceCallback)
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.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> beginCancelAsync(String accountName, UUID jobIdentity)
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.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> beginCancelWithServiceResponseAsync(String accountName, UUID jobIdentity)
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.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid yield(String accountName, UUID jobIdentity)
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.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> yieldAsync(String accountName, UUID jobIdentity, ServiceCallback<Void> serviceCallback)
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.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> yieldAsync(String accountName, UUID jobIdentity)
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.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> yieldWithServiceResponseAsync(String accountName, UUID jobIdentity)
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.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid beginYield(String accountName, UUID jobIdentity)
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.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> beginYieldAsync(String accountName, UUID jobIdentity, ServiceCallback<Void> serviceCallback)
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.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> beginYieldAsync(String accountName, UUID jobIdentity)
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.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> beginYieldWithServiceResponseAsync(String accountName, UUID jobIdentity)
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.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationJobInformation build(String accountName, BuildJobParameters parameters)
accountName
- The Azure Data Lake Analytics account to execute job operations on.parameters
- The parameters to build a job.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<JobInformation> buildAsync(String accountName, BuildJobParameters parameters, ServiceCallback<JobInformation> serviceCallback)
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.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<JobInformation> buildAsync(String accountName, BuildJobParameters parameters)
accountName
- The Azure Data Lake Analytics account to execute job operations on.parameters
- The parameters to build a job.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<JobInformation>> buildWithServiceResponseAsync(String accountName, BuildJobParameters parameters)
accountName
- The Azure Data Lake Analytics account to execute job operations on.parameters
- The parameters to build a job.IllegalArgumentException
- thrown if parameters fail the validationPagedList<JobInformationBasic> listNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<JobInformationBasic>> listNextAsync(String nextPageLink, ServiceFuture<List<JobInformationBasic>> serviceFuture, ListOperationCallback<JobInformationBasic> serviceCallback)
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.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<JobInformationBasic>> listNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<JobInformationBasic>>> listNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCopyright © 2019. All rights reserved.