Uses of Class
com.microsoft.azure.management.datalake.analytics.models.JobStatisticsVertex
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of JobStatisticsVertex in com.microsoft.azure.management.datalake.analytics.models
Modifier 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.Modifier 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.