Package | Description |
---|---|
com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ResourceUsageStatistics |
JobStatisticsVertexStage.allocatedContainerCpuCoreCount()
Get the statistics information for the allocated container CPU core count.
|
ResourceUsageStatistics |
JobStatisticsVertexStage.allocatedContainerMemSize()
Get the statistics information for the allocated container memory size.
|
ResourceUsageStatistics |
JobStatisticsVertexStage.usedVertexCpuCoreCount()
Get the statistics information for the used vertex CPU core count.
|
ResourceUsageStatistics |
JobStatisticsVertexStage.usedVertexPeakMemSize()
Get the statistics information for the used vertex peak memory size.
|
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.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.
|
Copyright © 2019. All rights reserved.