Partilhar via


JobStatisticsVertexStage Construtores

Definição

Sobrecargas

JobStatisticsVertexStage()

Inicializa uma nova instância da classe JobStatisticsVertexStage.

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>)

Inicializa uma nova instância da classe JobStatisticsVertexStage.

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)

Inicializa uma nova instância da classe JobStatisticsVertexStage.

JobStatisticsVertexStage()

Inicializa uma nova instância da classe JobStatisticsVertexStage.

public JobStatisticsVertexStage ();
Public Sub New ()

Aplica-se a

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>)

Inicializa uma nova instância da classe JobStatisticsVertexStage.

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)

Parâmetros

dataRead
Nullable<Int64>

a quantidade de dados lidos, em bytes.

dataReadCrossPod
Nullable<Int64>

a quantidade de dados lidos em vários pods, em bytes.

dataReadIntraPod
Nullable<Int64>

a quantidade de dados lidos em um pod, em bytes.

dataToRead
Nullable<Int64>

a quantidade de dados restantes a serem lidos, em bytes.

dataWritten
Nullable<Int64>

a quantidade de dados gravados, em bytes.

duplicateDiscardCount
Nullable<Int32>

o número de duplicatas que foram descartadas.

failedCount
Nullable<Int32>

o número de falhas que ocorreram nesse estágio.

maxVertexDataRead
Nullable<Int64>

a quantidade máxima de dados lidos em um único vértice, em bytes.

minVertexDataRead
Nullable<Int64>

a quantidade mínima de dados lidos em um único vértice, em bytes.

readFailureCount
Nullable<Int32>

o número de falhas de leitura neste estágio.

revocationCount
Nullable<Int32>

o número de vértices que foram revogados durante esta fase.

runningCount
Nullable<Int32>

o número de vértices em execução no momento nesta fase.

scheduledCount
Nullable<Int32>

o número de vértices agendados no momento nesta fase

stageName
String

o nome dessa fase na execução do trabalho.

succeededCount
Nullable<Int32>

o número de vértices que tiveram êxito nesta fase.

tempDataWritten
Nullable<Int64>

a quantidade de dados temporários gravados, em bytes.

totalCount
Nullable<Int32>

a contagem total de vértice para este estágio.

totalFailedTime
Nullable<TimeSpan>

a quantidade de tempo que os vértices com falha levaram neste estágio.

totalProgress
Nullable<Int32>

o progresso atual desse estágio, como uma porcentagem.

totalSucceededTime
Nullable<TimeSpan>

a quantidade de tempo que todos os vértices bem-sucedidos levaram neste estágio.

Aplica-se a

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)

Inicializa uma nova instância da classe JobStatisticsVertexStage.

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)

Parâmetros

dataRead
Nullable<Int64>

A quantidade de dados lidos, em bytes.

dataReadCrossPod
Nullable<Int64>

A quantidade de dados lidos em vários pods, em bytes.

dataReadIntraPod
Nullable<Int64>

A quantidade de dados lidos em um pod, em bytes.

dataToRead
Nullable<Int64>

A quantidade de dados restantes a serem lidos, em bytes.

dataWritten
Nullable<Int64>

A quantidade de dados gravados, em bytes.

duplicateDiscardCount
Nullable<Int32>

O número de duplicatas que foram descartadas.

failedCount
Nullable<Int32>

O número de falhas que ocorreram nesta fase.

maxVertexDataRead
Nullable<Int64>

A quantidade máxima de dados lidos em um único vértice, em bytes.

minVertexDataRead
Nullable<Int64>

A quantidade mínima de dados lidos em um único vértice, em bytes.

readFailureCount
Nullable<Int32>

O número de falhas de leitura neste estágio.

revocationCount
Nullable<Int32>

O número de vértices que foram revogados durante esta fase.

runningCount
Nullable<Int32>

O número de vértices em execução no momento nesta fase.

scheduledCount
Nullable<Int32>

O número de vértices agendados no momento nesta fase.

stageName
String

O nome dessa fase na execução do trabalho.

succeededCount
Nullable<Int32>

O número de vértices que tiveram êxito nesta fase.

tempDataWritten
Nullable<Int64>

A quantidade de dados temporários gravados, em bytes.

totalCount
Nullable<Int32>

A contagem total de vértices para este estágio.

totalFailedTime
Nullable<TimeSpan>

A quantidade de tempo que os vértices com falha levaram neste estágio.

totalProgress
Nullable<Int32>

O progresso atual desse estágio, como porcentagem.

totalSucceededTime
Nullable<TimeSpan>

A quantidade de tempo que todos os vértices bem-sucedidos levaram neste estágio.

totalPeakMemUsage
Nullable<Int64>

A soma do uso de memória de pico de todos os vértices no estágio, em bytes.

totalExecutionTime
Nullable<TimeSpan>

A soma do tempo total de execução de todos os vértices no estágio.

maxDataReadVertex
JobStatisticsVertex

o vértice com a quantidade máxima de dados lidos.

maxExecutionTimeVertex
JobStatisticsVertex

o vértice com o tempo máximo de execução.

maxPeakMemUsageVertex
JobStatisticsVertex

o vértice com o uso máximo de memória de pico.

estimatedVertexCpuCoreCount
Nullable<Int32>

A contagem estimada de núcleos de CPU de vértice.

estimatedVertexPeakCpuCoreCount
Nullable<Int32>

A contagem de núcleos de CPU de pico de vértice estimada.

estimatedVertexMemSize
Nullable<Int64>

O tamanho estimado da memória do vértice, em bytes.

allocatedContainerCpuCoreCount
ResourceUsageStatistics

As informações de estatísticas para a contagem de núcleos de CPU do contêiner alocado.

allocatedContainerMemSize
ResourceUsageStatistics

As informações de estatísticas para o tamanho da memória do contêiner alocado.

usedVertexCpuCoreCount
ResourceUsageStatistics

As informações de estatísticas para a contagem de núcleos de CPU de vértice usado.

usedVertexPeakMemSize
ResourceUsageStatistics

As informações de estatísticas para o tamanho de memória de pico de vértice usado.

Aplica-se a