Share via


JobStatisticsVertexStage Constructors

Definition

Overloads

JobStatisticsVertexStage()

Initializes a new instance of the JobStatisticsVertexStage class.

JobStatisticsVertexStage(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, Nullable<Int32>, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>, Nullable<Int64>, Nullable<Int32>, Nullable<TimeSpan>, Nullable<Int32>, Nullable<TimeSpan>)

Initializes a new instance of the JobStatisticsVertexStage class.

JobStatisticsVertexStage(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, Nullable<Int32>, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>, Nullable<Int64>, Nullable<Int32>, Nullable<TimeSpan>, Nullable<Int32>, Nullable<TimeSpan>, Nullable<Int64>, Nullable<TimeSpan>, JobStatisticsVertex, JobStatisticsVertex, JobStatisticsVertex, Nullable<Int32>, Nullable<Int32>, Nullable<Int64>, ResourceUsageStatistics, ResourceUsageStatistics, ResourceUsageStatistics, ResourceUsageStatistics)

Initializes a new instance of the JobStatisticsVertexStage class.

JobStatisticsVertexStage()

Initializes a new instance of the JobStatisticsVertexStage class.

public JobStatisticsVertexStage ();
Public Sub New ()

Applies to

JobStatisticsVertexStage(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, Nullable<Int32>, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>, Nullable<Int64>, Nullable<Int32>, Nullable<TimeSpan>, Nullable<Int32>, Nullable<TimeSpan>)

Initializes a new instance of the JobStatisticsVertexStage class.

public JobStatisticsVertexStage (long? dataRead = default, long? dataReadCrossPod = default, long? dataReadIntraPod = default, long? dataToRead = default, long? dataWritten = default, int? duplicateDiscardCount = default, int? failedCount = default, long? maxVertexDataRead = default, long? minVertexDataRead = default, int? readFailureCount = default, int? revocationCount = default, int? runningCount = default, int? scheduledCount = default, string stageName = default, int? succeededCount = default, long? tempDataWritten = default, int? totalCount = default, TimeSpan? totalFailedTime = default, int? totalProgress = default, TimeSpan? totalSucceededTime = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage : Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int> * Nullable<int> * Nullable<int64> * Nullable<int64> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * string * Nullable<int> * Nullable<int64> * Nullable<int> * Nullable<TimeSpan> * Nullable<int> * Nullable<TimeSpan> -> Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage
Public Sub New (Optional dataRead As Nullable(Of Long) = Nothing, Optional dataReadCrossPod As Nullable(Of Long) = Nothing, Optional dataReadIntraPod As Nullable(Of Long) = Nothing, Optional dataToRead As Nullable(Of Long) = Nothing, Optional dataWritten As Nullable(Of Long) = Nothing, Optional duplicateDiscardCount As Nullable(Of Integer) = Nothing, Optional failedCount As Nullable(Of Integer) = Nothing, Optional maxVertexDataRead As Nullable(Of Long) = Nothing, Optional minVertexDataRead As Nullable(Of Long) = Nothing, Optional readFailureCount As Nullable(Of Integer) = Nothing, Optional revocationCount As Nullable(Of Integer) = Nothing, Optional runningCount As Nullable(Of Integer) = Nothing, Optional scheduledCount As Nullable(Of Integer) = Nothing, Optional stageName As String = Nothing, Optional succeededCount As Nullable(Of Integer) = Nothing, Optional tempDataWritten As Nullable(Of Long) = Nothing, Optional totalCount As Nullable(Of Integer) = Nothing, Optional totalFailedTime As Nullable(Of TimeSpan) = Nothing, Optional totalProgress As Nullable(Of Integer) = Nothing, Optional totalSucceededTime As Nullable(Of TimeSpan) = Nothing)

Parameters

dataRead
Nullable<Int64>

the amount of data read, in bytes.

dataReadCrossPod
Nullable<Int64>

the amount of data read across multiple pods, in bytes.

dataReadIntraPod
Nullable<Int64>

the amount of data read in one pod, in bytes.

dataToRead
Nullable<Int64>

the amount of data remaining to be read, in bytes.

dataWritten
Nullable<Int64>

the amount of data written, in bytes.

duplicateDiscardCount
Nullable<Int32>

the number of duplicates that were discarded.

failedCount
Nullable<Int32>

the number of failures that occured in this stage.

maxVertexDataRead
Nullable<Int64>

the maximum amount of data read in a single vertex, in bytes.

minVertexDataRead
Nullable<Int64>

the minimum amount of data read in a single vertex, in bytes.

readFailureCount
Nullable<Int32>

the number of read failures in this stage.

revocationCount
Nullable<Int32>

the number of vertices that were revoked during this stage.

runningCount
Nullable<Int32>

the number of currently running vertices in this stage.

scheduledCount
Nullable<Int32>

the number of currently scheduled vertices in this stage

stageName
String

the name of this stage in job execution.

succeededCount
Nullable<Int32>

the number of vertices that succeeded in this stage.

tempDataWritten
Nullable<Int64>

the amount of temporary data written, in bytes.

totalCount
Nullable<Int32>

the total vertex count for this stage.

totalFailedTime
Nullable<TimeSpan>

the amount of time that failed vertices took up in this stage.

totalProgress
Nullable<Int32>

the current progress of this stage, as a percentage.

totalSucceededTime
Nullable<TimeSpan>

the amount of time all successful vertices took in this stage.

Applies to

JobStatisticsVertexStage(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, Nullable<Int32>, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>, Nullable<Int64>, Nullable<Int32>, Nullable<TimeSpan>, Nullable<Int32>, Nullable<TimeSpan>, Nullable<Int64>, Nullable<TimeSpan>, JobStatisticsVertex, JobStatisticsVertex, JobStatisticsVertex, Nullable<Int32>, Nullable<Int32>, Nullable<Int64>, ResourceUsageStatistics, ResourceUsageStatistics, ResourceUsageStatistics, ResourceUsageStatistics)

Initializes a new instance of the JobStatisticsVertexStage class.

public JobStatisticsVertexStage (long? dataRead = default, long? dataReadCrossPod = default, long? dataReadIntraPod = default, long? dataToRead = default, long? dataWritten = default, int? duplicateDiscardCount = default, int? failedCount = default, long? maxVertexDataRead = default, long? minVertexDataRead = default, int? readFailureCount = default, int? revocationCount = default, int? runningCount = default, int? scheduledCount = default, string stageName = default, int? succeededCount = default, long? tempDataWritten = default, int? totalCount = default, TimeSpan? totalFailedTime = default, int? totalProgress = default, TimeSpan? totalSucceededTime = default, long? totalPeakMemUsage = default, TimeSpan? totalExecutionTime = default, Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertex maxDataReadVertex = default, Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertex maxExecutionTimeVertex = default, Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertex maxPeakMemUsageVertex = default, int? estimatedVertexCpuCoreCount = default, int? estimatedVertexPeakCpuCoreCount = default, long? estimatedVertexMemSize = default, Microsoft.Azure.Management.DataLake.Analytics.Models.ResourceUsageStatistics allocatedContainerCpuCoreCount = default, Microsoft.Azure.Management.DataLake.Analytics.Models.ResourceUsageStatistics allocatedContainerMemSize = default, Microsoft.Azure.Management.DataLake.Analytics.Models.ResourceUsageStatistics usedVertexCpuCoreCount = default, Microsoft.Azure.Management.DataLake.Analytics.Models.ResourceUsageStatistics usedVertexPeakMemSize = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage : Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int> * Nullable<int> * Nullable<int64> * Nullable<int64> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * string * Nullable<int> * Nullable<int64> * Nullable<int> * Nullable<TimeSpan> * Nullable<int> * Nullable<TimeSpan> * Nullable<int64> * Nullable<TimeSpan> * Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertex * Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertex * Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertex * Nullable<int> * Nullable<int> * Nullable<int64> * Microsoft.Azure.Management.DataLake.Analytics.Models.ResourceUsageStatistics * Microsoft.Azure.Management.DataLake.Analytics.Models.ResourceUsageStatistics * Microsoft.Azure.Management.DataLake.Analytics.Models.ResourceUsageStatistics * Microsoft.Azure.Management.DataLake.Analytics.Models.ResourceUsageStatistics -> Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage
Public Sub New (Optional dataRead As Nullable(Of Long) = Nothing, Optional dataReadCrossPod As Nullable(Of Long) = Nothing, Optional dataReadIntraPod As Nullable(Of Long) = Nothing, Optional dataToRead As Nullable(Of Long) = Nothing, Optional dataWritten As Nullable(Of Long) = Nothing, Optional duplicateDiscardCount As Nullable(Of Integer) = Nothing, Optional failedCount As Nullable(Of Integer) = Nothing, Optional maxVertexDataRead As Nullable(Of Long) = Nothing, Optional minVertexDataRead As Nullable(Of Long) = Nothing, Optional readFailureCount As Nullable(Of Integer) = Nothing, Optional revocationCount As Nullable(Of Integer) = Nothing, Optional runningCount As Nullable(Of Integer) = Nothing, Optional scheduledCount As Nullable(Of Integer) = Nothing, Optional stageName As String = Nothing, Optional succeededCount As Nullable(Of Integer) = Nothing, Optional tempDataWritten As Nullable(Of Long) = Nothing, Optional totalCount As Nullable(Of Integer) = Nothing, Optional totalFailedTime As Nullable(Of TimeSpan) = Nothing, Optional totalProgress As Nullable(Of Integer) = Nothing, Optional totalSucceededTime As Nullable(Of TimeSpan) = Nothing, Optional totalPeakMemUsage As Nullable(Of Long) = Nothing, Optional totalExecutionTime As Nullable(Of TimeSpan) = Nothing, Optional maxDataReadVertex As JobStatisticsVertex = Nothing, Optional maxExecutionTimeVertex As JobStatisticsVertex = Nothing, Optional maxPeakMemUsageVertex As JobStatisticsVertex = Nothing, Optional estimatedVertexCpuCoreCount As Nullable(Of Integer) = Nothing, Optional estimatedVertexPeakCpuCoreCount As Nullable(Of Integer) = Nothing, Optional estimatedVertexMemSize As Nullable(Of Long) = Nothing, Optional allocatedContainerCpuCoreCount As ResourceUsageStatistics = Nothing, Optional allocatedContainerMemSize As ResourceUsageStatistics = Nothing, Optional usedVertexCpuCoreCount As ResourceUsageStatistics = Nothing, Optional usedVertexPeakMemSize As ResourceUsageStatistics = Nothing)

Parameters

dataRead
Nullable<Int64>

The amount of data read, in bytes.

dataReadCrossPod
Nullable<Int64>

The amount of data read across multiple pods, in bytes.

dataReadIntraPod
Nullable<Int64>

The amount of data read in one pod, in bytes.

dataToRead
Nullable<Int64>

The amount of data remaining to be read, in bytes.

dataWritten
Nullable<Int64>

The amount of data written, in bytes.

duplicateDiscardCount
Nullable<Int32>

The number of duplicates that were discarded.

failedCount
Nullable<Int32>

The number of failures that occurred in this stage.

maxVertexDataRead
Nullable<Int64>

The maximum amount of data read in a single vertex, in bytes.

minVertexDataRead
Nullable<Int64>

The minimum amount of data read in a single vertex, in bytes.

readFailureCount
Nullable<Int32>

The number of read failures in this stage.

revocationCount
Nullable<Int32>

The number of vertices that were revoked during this stage.

runningCount
Nullable<Int32>

The number of currently running vertices in this stage.

scheduledCount
Nullable<Int32>

The number of currently scheduled vertices in this stage.

stageName
String

The name of this stage in job execution.

succeededCount
Nullable<Int32>

The number of vertices that succeeded in this stage.

tempDataWritten
Nullable<Int64>

The amount of temporary data written, in bytes.

totalCount
Nullable<Int32>

The total vertex count for this stage.

totalFailedTime
Nullable<TimeSpan>

The amount of time that failed vertices took up in this stage.

totalProgress
Nullable<Int32>

The current progress of this stage, as a percentage.

totalSucceededTime
Nullable<TimeSpan>

The amount of time all successful vertices took in this stage.

totalPeakMemUsage
Nullable<Int64>

The sum of the peak memory usage of all the vertices in the stage, in bytes.

totalExecutionTime
Nullable<TimeSpan>

The sum of the total execution time of all the vertices in the stage.

maxDataReadVertex
JobStatisticsVertex

the vertex with the maximum amount of data read.

maxExecutionTimeVertex
JobStatisticsVertex

the vertex with the maximum execution time.

maxPeakMemUsageVertex
JobStatisticsVertex

the vertex with the maximum peak memory usage.

estimatedVertexCpuCoreCount
Nullable<Int32>

The estimated vertex CPU core count.

estimatedVertexPeakCpuCoreCount
Nullable<Int32>

The estimated vertex peak CPU core count.

estimatedVertexMemSize
Nullable<Int64>

The estimated vertex memory size, in bytes.

allocatedContainerCpuCoreCount
ResourceUsageStatistics

The statistics information for the allocated container CPU core count.

allocatedContainerMemSize
ResourceUsageStatistics

The statistics information for the allocated container memory size.

usedVertexCpuCoreCount
ResourceUsageStatistics

The statistics information for the used vertex CPU core count.

usedVertexPeakMemSize
ResourceUsageStatistics

The statistics information for the used vertex peak memory size.

Applies to