| Package | Description |
|---|---|
| com.microsoft.azure.management.datalake.analytics |
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
JobPipelineInformation |
Pipelines.get(String accountName,
UUID pipelineIdentity)
Gets the Pipeline information for the specified pipeline ID.
|
JobPipelineInformation |
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 Type | Method and Description |
|---|---|
rx.Observable<JobPipelineInformation> |
Pipelines.getAsync(String accountName,
UUID pipelineIdentity)
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.
|
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<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> |
Pipelines.list(String accountName)
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>> |
Pipelines.listAsync(String accountName)
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.rest.ServiceFuture<List<JobPipelineInformation>> |
Pipelines.listAsync(String accountName,
com.microsoft.azure.ListOperationCallback<JobPipelineInformation> serviceCallback)
Lists all pipelines.
|
com.microsoft.azure.PagedList<JobPipelineInformation> |
Pipelines.listNext(String nextPageLink)
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 Type | Method and Description |
|---|---|
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<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<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.listAsync(String accountName,
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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/