public interface Pipelines
Modifier and Type | Method and Description |
---|---|
JobPipelineInformation |
get(String accountName,
UUID pipelineIdentity)
Gets the Pipeline information for the specified pipeline ID.
|
JobPipelineInformation |
get(String accountName,
UUID pipelineIdentity,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime)
Gets the Pipeline information for the specified pipeline ID.
|
rx.Observable<JobPipelineInformation> |
getAsync(String accountName,
UUID pipelineIdentity)
Gets the Pipeline information for the specified pipeline ID.
|
rx.Observable<JobPipelineInformation> |
getAsync(String accountName,
UUID pipelineIdentity,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime)
Gets the Pipeline information for the specified pipeline ID.
|
ServiceFuture<JobPipelineInformation> |
getAsync(String accountName,
UUID pipelineIdentity,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime,
ServiceCallback<JobPipelineInformation> serviceCallback)
Gets the Pipeline information for the specified pipeline ID.
|
ServiceFuture<JobPipelineInformation> |
getAsync(String accountName,
UUID pipelineIdentity,
ServiceCallback<JobPipelineInformation> serviceCallback)
Gets the Pipeline information for the specified pipeline ID.
|
rx.Observable<ServiceResponse<JobPipelineInformation>> |
getWithServiceResponseAsync(String accountName,
UUID pipelineIdentity)
Gets the Pipeline information for the specified pipeline ID.
|
rx.Observable<ServiceResponse<JobPipelineInformation>> |
getWithServiceResponseAsync(String accountName,
UUID pipelineIdentity,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime)
Gets the Pipeline information for the specified pipeline ID.
|
PagedList<JobPipelineInformation> |
list(String accountName)
Lists all pipelines.
|
PagedList<JobPipelineInformation> |
list(String accountName,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime)
Lists all pipelines.
|
rx.Observable<Page<JobPipelineInformation>> |
listAsync(String accountName)
Lists all pipelines.
|
rx.Observable<Page<JobPipelineInformation>> |
listAsync(String accountName,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime)
Lists all pipelines.
|
ServiceFuture<List<JobPipelineInformation>> |
listAsync(String accountName,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime,
ListOperationCallback<JobPipelineInformation> serviceCallback)
Lists all pipelines.
|
ServiceFuture<List<JobPipelineInformation>> |
listAsync(String accountName,
ListOperationCallback<JobPipelineInformation> serviceCallback)
Lists all pipelines.
|
PagedList<JobPipelineInformation> |
listNext(String nextPageLink)
Lists all pipelines.
|
rx.Observable<Page<JobPipelineInformation>> |
listNextAsync(String nextPageLink)
Lists all pipelines.
|
ServiceFuture<List<JobPipelineInformation>> |
listNextAsync(String nextPageLink,
ServiceFuture<List<JobPipelineInformation>> serviceFuture,
ListOperationCallback<JobPipelineInformation> serviceCallback)
Lists all pipelines.
|
rx.Observable<ServiceResponse<Page<JobPipelineInformation>>> |
listNextWithServiceResponseAsync(String nextPageLink)
Lists all pipelines.
|
rx.Observable<ServiceResponse<Page<JobPipelineInformation>>> |
listWithServiceResponseAsync(String accountName)
Lists all pipelines.
|
rx.Observable<ServiceResponse<Page<JobPipelineInformation>>> |
listWithServiceResponseAsync(String accountName,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime)
Lists all pipelines.
|
PagedList<JobPipelineInformation> 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<JobPipelineInformation>> listAsync(String accountName, ListOperationCallback<JobPipelineInformation> 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<JobPipelineInformation>> 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<JobPipelineInformation>>> listWithServiceResponseAsync(String accountName)
accountName
- The Azure Data Lake Analytics account to execute job operations on.IllegalArgumentException
- thrown if parameters fail the validationPagedList<JobPipelineInformation> list(String accountName, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime)
accountName
- The Azure Data Lake Analytics account to execute job operations on.startDateTime
- The start date for when to get the list of pipelines. The startDateTime and endDateTime can be no more than 30 days apart.endDateTime
- The end date for when to get the list of pipelines. The startDateTime and endDateTime can be no more than 30 days apart.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<JobPipelineInformation>> listAsync(String accountName, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime, ListOperationCallback<JobPipelineInformation> serviceCallback)
accountName
- The Azure Data Lake Analytics account to execute job operations on.startDateTime
- The start date for when to get the list of pipelines. The startDateTime and endDateTime can be no more than 30 days apart.endDateTime
- The end date for when to get the list of pipelines. The startDateTime and endDateTime can be no more than 30 days apart.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<JobPipelineInformation>> listAsync(String accountName, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime)
accountName
- The Azure Data Lake Analytics account to execute job operations on.startDateTime
- The start date for when to get the list of pipelines. The startDateTime and endDateTime can be no more than 30 days apart.endDateTime
- The end date for when to get the list of pipelines. The startDateTime and endDateTime can be no more than 30 days apart.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<JobPipelineInformation>>> listWithServiceResponseAsync(String accountName, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime)
accountName
- The Azure Data Lake Analytics account to execute job operations on.startDateTime
- The start date for when to get the list of pipelines. The startDateTime and endDateTime can be no more than 30 days apart.endDateTime
- The end date for when to get the list of pipelines. The startDateTime and endDateTime can be no more than 30 days apart.IllegalArgumentException
- thrown if parameters fail the validationJobPipelineInformation get(String accountName, UUID pipelineIdentity)
accountName
- The Azure Data Lake Analytics account to execute job operations on.pipelineIdentity
- Pipeline 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<JobPipelineInformation> getAsync(String accountName, UUID pipelineIdentity, ServiceCallback<JobPipelineInformation> serviceCallback)
accountName
- The Azure Data Lake Analytics account to execute job operations on.pipelineIdentity
- Pipeline ID.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<JobPipelineInformation> getAsync(String accountName, UUID pipelineIdentity)
accountName
- The Azure Data Lake Analytics account to execute job operations on.pipelineIdentity
- Pipeline ID.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<JobPipelineInformation>> getWithServiceResponseAsync(String accountName, UUID pipelineIdentity)
accountName
- The Azure Data Lake Analytics account to execute job operations on.pipelineIdentity
- Pipeline ID.IllegalArgumentException
- thrown if parameters fail the validationJobPipelineInformation get(String accountName, UUID pipelineIdentity, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime)
accountName
- The Azure Data Lake Analytics account to execute job operations on.pipelineIdentity
- Pipeline ID.startDateTime
- The start date for when to get the pipeline and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.endDateTime
- The end date for when to get the pipeline and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.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<JobPipelineInformation> getAsync(String accountName, UUID pipelineIdentity, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime, ServiceCallback<JobPipelineInformation> serviceCallback)
accountName
- The Azure Data Lake Analytics account to execute job operations on.pipelineIdentity
- Pipeline ID.startDateTime
- The start date for when to get the pipeline and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.endDateTime
- The end date for when to get the pipeline and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<JobPipelineInformation> getAsync(String accountName, UUID pipelineIdentity, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime)
accountName
- The Azure Data Lake Analytics account to execute job operations on.pipelineIdentity
- Pipeline ID.startDateTime
- The start date for when to get the pipeline and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.endDateTime
- The end date for when to get the pipeline and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<JobPipelineInformation>> getWithServiceResponseAsync(String accountName, UUID pipelineIdentity, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime)
accountName
- The Azure Data Lake Analytics account to execute job operations on.pipelineIdentity
- Pipeline ID.startDateTime
- The start date for when to get the pipeline and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.endDateTime
- The end date for when to get the pipeline and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.IllegalArgumentException
- thrown if parameters fail the validationPagedList<JobPipelineInformation> 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<JobPipelineInformation>> listNextAsync(String nextPageLink, ServiceFuture<List<JobPipelineInformation>> serviceFuture, ListOperationCallback<JobPipelineInformation> 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<JobPipelineInformation>> listNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<JobPipelineInformation>>> 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.