| Package | Description |
|---|---|
| com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
JobStatisticsVertexStage |
JobStatisticsVertexStage.withAllocatedContainerCpuCoreCount(ResourceUsageStatistics allocatedContainerCpuCoreCount)
Set the statistics information for the allocated container CPU core count.
|
JobStatisticsVertexStage |
JobStatisticsVertexStage.withAllocatedContainerMemSize(ResourceUsageStatistics allocatedContainerMemSize)
Set the statistics information for the allocated container memory size.
|
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.
|
JobStatisticsVertexStage |
JobStatisticsVertexStage.withUsedVertexCpuCoreCount(ResourceUsageStatistics usedVertexCpuCoreCount)
Set the statistics information for the used vertex CPU core count.
|
JobStatisticsVertexStage |
JobStatisticsVertexStage.withUsedVertexPeakMemSize(ResourceUsageStatistics usedVertexPeakMemSize)
Set the statistics information for the used vertex peak memory size.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobStatisticsVertexStage> |
JobStatistics.stages()
Get the list of stages for the job.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/