Uses of Class
com.microsoft.azure.management.datalake.analytics.models.JobStatistics
Packages that use 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
Methods in com.microsoft.azure.management.datalake.analytics that return JobStatisticsModifier and TypeMethodDescriptionJobs.getStatistics
(String accountName, UUID jobIdentity) Gets statistics of the specified job.Methods in com.microsoft.azure.management.datalake.analytics that return types with arguments of type JobStatisticsModifier 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.Method parameters in com.microsoft.azure.management.datalake.analytics with type arguments of type JobStatisticsModifier 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
Methods in com.microsoft.azure.management.datalake.analytics.models that return JobStatisticsModifier and TypeMethodDescriptionUSqlJobProperties.statistics()
Get the job specific statistics.Methods in com.microsoft.azure.management.datalake.analytics.models with parameters of type JobStatisticsModifier and TypeMethodDescriptionUSqlJobProperties.withStatistics
(JobStatistics statistics) Set the job specific statistics.