Interface Pipelines
public interface Pipelines
An instance of this class provides access to all the operations defined
in Pipelines.
-
Method Summary
Modifier and TypeMethodDescriptionGets the Pipeline information for the specified pipeline ID.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>
Gets the Pipeline information for the specified pipeline ID.com.microsoft.rest.ServiceFuture<JobPipelineInformation>
getAsync
(String accountName, UUID pipelineIdentity, com.microsoft.rest.ServiceCallback<JobPipelineInformation> serviceCallback) 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.com.microsoft.rest.ServiceFuture<JobPipelineInformation>
getAsync
(String accountName, UUID pipelineIdentity, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime, com.microsoft.rest.ServiceCallback<JobPipelineInformation> serviceCallback) Gets the Pipeline information for the specified pipeline ID.rx.Observable<com.microsoft.rest.ServiceResponse<JobPipelineInformation>>
getWithServiceResponseAsync
(String accountName, UUID pipelineIdentity) Gets the Pipeline information for the specified pipeline ID.rx.Observable<com.microsoft.rest.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.com.microsoft.azure.PagedList<JobPipelineInformation>
Lists all pipelines.com.microsoft.azure.PagedList<JobPipelineInformation>
Lists all pipelines.rx.Observable<com.microsoft.azure.Page<JobPipelineInformation>>
Lists all pipelines.com.microsoft.rest.ServiceFuture<List<JobPipelineInformation>>
listAsync
(String accountName, com.microsoft.azure.ListOperationCallback<JobPipelineInformation> serviceCallback) Lists all pipelines.rx.Observable<com.microsoft.azure.Page<JobPipelineInformation>>
listAsync
(String accountName, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime) Lists all pipelines.com.microsoft.rest.ServiceFuture<List<JobPipelineInformation>>
listAsync
(String accountName, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime, com.microsoft.azure.ListOperationCallback<JobPipelineInformation> serviceCallback) Lists all pipelines.com.microsoft.azure.PagedList<JobPipelineInformation>
Lists all pipelines.rx.Observable<com.microsoft.azure.Page<JobPipelineInformation>>
listNextAsync
(String nextPageLink) Lists all pipelines.com.microsoft.rest.ServiceFuture<List<JobPipelineInformation>>
listNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<JobPipelineInformation>> serviceFuture, com.microsoft.azure.ListOperationCallback<JobPipelineInformation> serviceCallback) Lists all pipelines.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<JobPipelineInformation>>>
listNextWithServiceResponseAsync
(String nextPageLink) Lists all pipelines.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<JobPipelineInformation>>>
listWithServiceResponseAsync
(String accountName) Lists all pipelines.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<JobPipelineInformation>>>
listWithServiceResponseAsync
(String accountName, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime) Lists all pipelines.
-
Method Details
-
list
Lists all pipelines.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.- Returns:
- the PagedList<JobPipelineInformation> 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<JobPipelineInformation>> listAsync(String accountName, com.microsoft.azure.ListOperationCallback<JobPipelineInformation> serviceCallback) Lists all pipelines.- 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 all pipelines.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.- Returns:
- the observable to the PagedList<JobPipelineInformation> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<JobPipelineInformation>>> listWithServiceResponseAsync(String accountName) Lists all pipelines.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.- Returns:
- the observable to the PagedList<JobPipelineInformation> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
list
com.microsoft.azure.PagedList<JobPipelineInformation> list(String accountName, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime) Lists all pipelines.- Parameters:
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.- Returns:
- the PagedList<JobPipelineInformation> 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<JobPipelineInformation>> listAsync(String accountName, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime, com.microsoft.azure.ListOperationCallback<JobPipelineInformation> serviceCallback) Lists all pipelines.- Parameters:
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.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listAsync
rx.Observable<com.microsoft.azure.Page<JobPipelineInformation>> listAsync(String accountName, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime) Lists all pipelines.- Parameters:
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.- Returns:
- the observable to the PagedList<JobPipelineInformation> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<JobPipelineInformation>>> listWithServiceResponseAsync(String accountName, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime) Lists all pipelines.- Parameters:
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.- Returns:
- the observable to the PagedList<JobPipelineInformation> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
get
Gets the Pipeline information for the specified pipeline ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.pipelineIdentity
- Pipeline ID.- Returns:
- the JobPipelineInformation 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<JobPipelineInformation> getAsync(String accountName, UUID pipelineIdentity, com.microsoft.rest.ServiceCallback<JobPipelineInformation> serviceCallback) Gets the Pipeline information for the specified pipeline ID.- Parameters:
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.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
getAsync
Gets the Pipeline information for the specified pipeline ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.pipelineIdentity
- Pipeline ID.- Returns:
- the observable to the JobPipelineInformation object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
getWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<JobPipelineInformation>> getWithServiceResponseAsync(String accountName, UUID pipelineIdentity) Gets the Pipeline information for the specified pipeline ID.- Parameters:
accountName
- The Azure Data Lake Analytics account to execute job operations on.pipelineIdentity
- Pipeline ID.- Returns:
- the observable to the JobPipelineInformation object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
get
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.- Parameters:
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.- Returns:
- the JobPipelineInformation 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<JobPipelineInformation> getAsync(String accountName, UUID pipelineIdentity, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime, com.microsoft.rest.ServiceCallback<JobPipelineInformation> serviceCallback) Gets the Pipeline information for the specified pipeline ID.- Parameters:
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.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
getAsync
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.- Parameters:
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.- Returns:
- the observable to the JobPipelineInformation object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
getWithServiceResponseAsync
rx.Observable<com.microsoft.rest.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.- Parameters:
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.- Returns:
- the observable to the JobPipelineInformation object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listNext
Lists all pipelines.- Parameters:
nextPageLink
- The NextLink from the previous successful call to List operation.- Returns:
- the PagedList<JobPipelineInformation> 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<JobPipelineInformation>> listNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<JobPipelineInformation>> serviceFuture, com.microsoft.azure.ListOperationCallback<JobPipelineInformation> serviceCallback) Lists all pipelines.- 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 all pipelines.- Parameters:
nextPageLink
- The NextLink from the previous successful call to List operation.- Returns:
- the observable to the PagedList<JobPipelineInformation> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listNextWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<JobPipelineInformation>>> listNextWithServiceResponseAsync(String nextPageLink) Lists all pipelines.- Parameters:
nextPageLink
- The NextLink from the previous successful call to List operation.- Returns:
- the observable to the PagedList<JobPipelineInformation> object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-