Uses of Class
com.microsoft.azure.management.datalake.analytics.models.JobPipelineInformation
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of JobPipelineInformation in com.microsoft.azure.management.datalake.analytics
Modifier and TypeMethodDescriptionGets the Pipeline information for the specified pipeline ID.Pipelines.get
(String accountName, UUID pipelineIdentity, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime) Gets the Pipeline information for the specified pipeline ID.Modifier and TypeMethodDescriptionrx.Observable<JobPipelineInformation>
Gets the Pipeline information for the specified pipeline ID.com.microsoft.rest.ServiceFuture<JobPipelineInformation>
Pipelines.getAsync
(String accountName, UUID pipelineIdentity, com.microsoft.rest.ServiceCallback<JobPipelineInformation> serviceCallback) Gets the Pipeline information for the specified pipeline ID.rx.Observable<JobPipelineInformation>
Pipelines.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>
Pipelines.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>>
Pipelines.getWithServiceResponseAsync
(String accountName, UUID pipelineIdentity) Gets the Pipeline information for the specified pipeline ID.rx.Observable<com.microsoft.rest.ServiceResponse<JobPipelineInformation>>
Pipelines.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>
Pipelines.list
(String accountName, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime) Lists all pipelines.rx.Observable<com.microsoft.azure.Page<JobPipelineInformation>>
Lists all pipelines.com.microsoft.rest.ServiceFuture<List<JobPipelineInformation>>
Pipelines.listAsync
(String accountName, com.microsoft.azure.ListOperationCallback<JobPipelineInformation> serviceCallback) Lists all pipelines.rx.Observable<com.microsoft.azure.Page<JobPipelineInformation>>
Pipelines.listAsync
(String accountName, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime) Lists all pipelines.com.microsoft.rest.ServiceFuture<List<JobPipelineInformation>>
Pipelines.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>>
Pipelines.listNextAsync
(String nextPageLink) Lists all pipelines.com.microsoft.rest.ServiceFuture<List<JobPipelineInformation>>
Pipelines.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>>>
Pipelines.listNextWithServiceResponseAsync
(String nextPageLink) Lists all pipelines.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<JobPipelineInformation>>>
Pipelines.listWithServiceResponseAsync
(String accountName) Lists all pipelines.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<JobPipelineInformation>>>
Pipelines.listWithServiceResponseAsync
(String accountName, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime) Lists all pipelines.Modifier and TypeMethodDescriptioncom.microsoft.rest.ServiceFuture<JobPipelineInformation>
Pipelines.getAsync
(String accountName, UUID pipelineIdentity, com.microsoft.rest.ServiceCallback<JobPipelineInformation> serviceCallback) Gets the Pipeline information for the specified pipeline ID.com.microsoft.rest.ServiceFuture<JobPipelineInformation>
Pipelines.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.com.microsoft.rest.ServiceFuture<List<JobPipelineInformation>>
Pipelines.listAsync
(String accountName, com.microsoft.azure.ListOperationCallback<JobPipelineInformation> serviceCallback) Lists all pipelines.com.microsoft.rest.ServiceFuture<List<JobPipelineInformation>>
Pipelines.listAsync
(String accountName, org.joda.time.DateTime startDateTime, org.joda.time.DateTime endDateTime, com.microsoft.azure.ListOperationCallback<JobPipelineInformation> serviceCallback) Lists all pipelines.com.microsoft.rest.ServiceFuture<List<JobPipelineInformation>>
Pipelines.listNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<JobPipelineInformation>> serviceFuture, com.microsoft.azure.ListOperationCallback<JobPipelineInformation> serviceCallback) Lists all pipelines.com.microsoft.rest.ServiceFuture<List<JobPipelineInformation>>
Pipelines.listNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<JobPipelineInformation>> serviceFuture, com.microsoft.azure.ListOperationCallback<JobPipelineInformation> serviceCallback) Lists all pipelines.