Uses of Class
com.microsoft.azure.management.datalake.analytics.models.JobStatistics
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of JobStatistics in com.microsoft.azure.management.datalake.analytics
Modifier and TypeMethodDescriptionJobs.getStatistics
(String accountName, UUID jobIdentity) Gets statistics of the specified job.Modifier and TypeMethodDescriptionrx.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 TypeMethodDescriptioncom.microsoft.rest.ServiceFuture<JobStatistics>
Jobs.getStatisticsAsync
(String accountName, UUID jobIdentity, com.microsoft.rest.ServiceCallback<JobStatistics> serviceCallback) Gets statistics of the specified job. -
Uses of JobStatistics in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionUSqlJobProperties.statistics()
Get the job specific statistics.Modifier and TypeMethodDescriptionUSqlJobProperties.withStatistics
(JobStatistics statistics) Set the job specific statistics.