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.
|
ServiceFuture<JobStatistics> |
Jobs.getStatisticsAsync(String accountName,
UUID jobIdentity,
ServiceCallback<JobStatistics> serviceCallback)
Gets statistics of the specified job.
|
rx.Observable<ServiceResponse<JobStatistics>> |
Jobs.getStatisticsWithServiceResponseAsync(String accountName,
UUID jobIdentity)
Gets statistics of the specified job.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<JobStatistics> |
Jobs.getStatisticsAsync(String accountName,
UUID jobIdentity,
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 © 2019. All rights reserved.