| Package | Description |
|---|---|
| com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
JobStatisticsVertex |
JobStatisticsVertexStage.maxDataReadVertex()
Get the vertex with the maximum amount of data read.
|
JobStatisticsVertex |
JobStatisticsVertexStage.maxExecutionTimeVertex()
Get the vertex with the maximum execution time.
|
JobStatisticsVertex |
JobStatisticsVertexStage.maxPeakMemUsageVertex()
Get the vertex with the maximum peak memory usage.
|
| Modifier and Type | Method and Description |
|---|---|
JobStatisticsVertexStage |
JobStatisticsVertexStage.withMaxDataReadVertex(JobStatisticsVertex maxDataReadVertex)
Set the vertex with the maximum amount of data read.
|
JobStatisticsVertexStage |
JobStatisticsVertexStage.withMaxExecutionTimeVertex(JobStatisticsVertex maxExecutionTimeVertex)
Set the vertex with the maximum execution time.
|
JobStatisticsVertexStage |
JobStatisticsVertexStage.withMaxPeakMemUsageVertex(JobStatisticsVertex maxPeakMemUsageVertex)
Set the vertex with the maximum peak memory usage.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/