JobStatisticsVertexStage Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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
- stageName
- String
o nome dessa fase na execução do trabalho.
a quantidade de tempo que os vértices com falha levaram neste estágio.
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
- stageName
- String
O nome dessa fase na execução do trabalho.
A quantidade de tempo que os vértices com falha levaram neste estágio.
A quantidade de tempo que todos os vértices bem-sucedidos levaram neste estágio.
A soma do uso de memória de pico de todos os vértices no estágio, em bytes.
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.
A contagem de núcleos de CPU de pico de vértice estimada.
- 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
Azure SDK for .NET