Class ExecutorStageSummary
Executor resources consumed by a stage.
Inheritance
ExecutorStageSummary
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class ExecutorStageSummary : IDirectResponseSchema
Properties
DiskBytesSpilled
Declaration
[JsonProperty("diskBytesSpilled")]
public virtual long? DiskBytesSpilled { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ExecutorId
Declaration
[JsonProperty("executorId")]
public virtual string ExecutorId { get; set; }
Property Value
FailedTasks
Declaration
[JsonProperty("failedTasks")]
public virtual int? FailedTasks { get; set; }
Property Value
Declaration
[JsonProperty("inputBytes")]
public virtual long? InputBytes { get; set; }
Property Value
Declaration
[JsonProperty("inputRecords")]
public virtual long? InputRecords { get; set; }
Property Value
IsExcludedForStage
Declaration
[JsonProperty("isExcludedForStage")]
public virtual bool? IsExcludedForStage { get; set; }
Property Value
KilledTasks
Declaration
[JsonProperty("killedTasks")]
public virtual int? KilledTasks { get; set; }
Property Value
MemoryBytesSpilled
Declaration
[JsonProperty("memoryBytesSpilled")]
public virtual long? MemoryBytesSpilled { get; set; }
Property Value
OutputBytes
Declaration
[JsonProperty("outputBytes")]
public virtual long? OutputBytes { get; set; }
Property Value
OutputRecords
Declaration
[JsonProperty("outputRecords")]
public virtual long? OutputRecords { get; set; }
Property Value
PeakMemoryMetrics
Declaration
[JsonProperty("peakMemoryMetrics")]
public virtual ExecutorMetrics PeakMemoryMetrics { get; set; }
Property Value
ShuffleRead
Declaration
[JsonProperty("shuffleRead")]
public virtual long? ShuffleRead { get; set; }
Property Value
ShuffleReadRecords
Declaration
[JsonProperty("shuffleReadRecords")]
public virtual long? ShuffleReadRecords { get; set; }
Property Value
ShuffleWrite
Declaration
[JsonProperty("shuffleWrite")]
public virtual long? ShuffleWrite { get; set; }
Property Value
ShuffleWriteRecords
Declaration
[JsonProperty("shuffleWriteRecords")]
public virtual long? ShuffleWriteRecords { get; set; }
Property Value
StageAttemptId
Declaration
[JsonProperty("stageAttemptId")]
public virtual int? StageAttemptId { get; set; }
Property Value
StageId
Declaration
[JsonProperty("stageId")]
public virtual long? StageId { get; set; }
Property Value
SucceededTasks
Declaration
[JsonProperty("succeededTasks")]
public virtual int? SucceededTasks { get; set; }
Property Value
TaskTimeMillis
Declaration
[JsonProperty("taskTimeMillis")]
public virtual long? TaskTimeMillis { get; set; }
Property Value
Implements