| Package | Description |
|---|---|
| com.microsoft.azure.management.datalake.analytics |
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
|
| com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
JobStatistics |
Jobs.getStatistics(String accountName,
UUID jobIdentity)
Gets statistics of the specified job.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<JobStatistics> |
Jobs.getStatisticsAsync(String accountName,
UUID jobIdentity)
Gets statistics of the specified job.
|
com.microsoft.rest.ServiceFuture<JobStatistics> |
Jobs.getStatisticsAsync(String accountName,
UUID jobIdentity,
com.microsoft.rest.ServiceCallback<JobStatistics> serviceCallback)
Gets statistics of the specified job.
|
rx.Observable<com.microsoft.rest.ServiceResponse<JobStatistics>> |
Jobs.getStatisticsWithServiceResponseAsync(String accountName,
UUID jobIdentity)
Gets statistics of the specified job.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<JobStatistics> |
Jobs.getStatisticsAsync(String accountName,
UUID jobIdentity,
com.microsoft.rest.ServiceCallback<JobStatistics> serviceCallback)
Gets statistics of the specified job.
|
| Modifier and Type | Method and Description |
|---|---|
JobStatistics |
USqlJobProperties.statistics()
Get the job specific statistics.
|
| Modifier and Type | Method and Description |
|---|---|
USqlJobProperties |
USqlJobProperties.withStatistics(JobStatistics statistics)
Set the job specific statistics.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/