Uses of Class
com.microsoft.azure.management.datalake.analytics.models.ResourceUsageStatistics
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of ResourceUsageStatistics in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionJobStatisticsVertexStage.allocatedContainerCpuCoreCount()
Get the statistics information for the allocated container CPU core count.JobStatisticsVertexStage.allocatedContainerMemSize()
Get the statistics information for the allocated container memory size.JobStatisticsVertexStage.usedVertexCpuCoreCount()
Get the statistics information for the used vertex CPU core count.JobStatisticsVertexStage.usedVertexPeakMemSize()
Get the statistics information for the used vertex peak memory size.Modifier and TypeMethodDescriptionJobStatisticsVertexStage.withAllocatedContainerCpuCoreCount
(ResourceUsageStatistics allocatedContainerCpuCoreCount) Set the statistics information for the allocated container CPU core count.JobStatisticsVertexStage.withAllocatedContainerMemSize
(ResourceUsageStatistics allocatedContainerMemSize) Set the statistics information for the allocated container memory size.JobStatisticsVertexStage.withUsedVertexCpuCoreCount
(ResourceUsageStatistics usedVertexCpuCoreCount) Set the statistics information for the used vertex CPU core count.JobStatisticsVertexStage.withUsedVertexPeakMemSize
(ResourceUsageStatistics usedVertexPeakMemSize) Set the statistics information for the used vertex peak memory size.