Uses of Class
com.microsoft.azure.management.datalake.analytics.models.JobStatisticsVertex
Packages that use JobStatisticsVertex
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of JobStatisticsVertex in com.microsoft.azure.management.datalake.analytics.models
Methods in com.microsoft.azure.management.datalake.analytics.models that return JobStatisticsVertexModifier and TypeMethodDescriptionJobStatisticsVertexStage.maxDataReadVertex()
Get the vertex with the maximum amount of data read.JobStatisticsVertexStage.maxExecutionTimeVertex()
Get the vertex with the maximum execution time.JobStatisticsVertexStage.maxPeakMemUsageVertex()
Get the vertex with the maximum peak memory usage.Methods in com.microsoft.azure.management.datalake.analytics.models with parameters of type JobStatisticsVertexModifier and TypeMethodDescriptionJobStatisticsVertexStage.withMaxDataReadVertex
(JobStatisticsVertex maxDataReadVertex) Set the vertex with the maximum amount of data read.JobStatisticsVertexStage.withMaxExecutionTimeVertex
(JobStatisticsVertex maxExecutionTimeVertex) Set the vertex with the maximum execution time.JobStatisticsVertexStage.withMaxPeakMemUsageVertex
(JobStatisticsVertex maxPeakMemUsageVertex) Set the vertex with the maximum peak memory usage.