Show / Hide Table of Contents

Class ConsolidatedExecutorSummary

Consolidated summary about executors used by the application.

Inheritance
object
ConsolidatedExecutorSummary
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class ConsolidatedExecutorSummary : IDirectResponseSchema

Properties

ActiveTasks

Declaration
[JsonProperty("activeTasks")]
public virtual int? ActiveTasks { get; set; }
Property Value
Type Description
int?

CompletedTasks

Declaration
[JsonProperty("completedTasks")]
public virtual int? CompletedTasks { get; set; }
Property Value
Type Description
int?

Count

Declaration
[JsonProperty("count")]
public virtual int? Count { get; set; }
Property Value
Type Description
int?

DiskUsed

Declaration
[JsonProperty("diskUsed")]
public virtual long? DiskUsed { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FailedTasks

Declaration
[JsonProperty("failedTasks")]
public virtual int? FailedTasks { get; set; }
Property Value
Type Description
int?

IsExcluded

Declaration
[JsonProperty("isExcluded")]
public virtual int? IsExcluded { get; set; }
Property Value
Type Description
int?

MaxMemory

Declaration
[JsonProperty("maxMemory")]
public virtual long? MaxMemory { get; set; }
Property Value
Type Description
long?

MemoryMetrics

Declaration
[JsonProperty("memoryMetrics")]
public virtual MemoryMetrics MemoryMetrics { get; set; }
Property Value
Type Description
MemoryMetrics

MemoryUsed

Declaration
[JsonProperty("memoryUsed")]
public virtual long? MemoryUsed { get; set; }
Property Value
Type Description
long?

RddBlocks

Declaration
[JsonProperty("rddBlocks")]
public virtual int? RddBlocks { get; set; }
Property Value
Type Description
int?

TotalCores

Declaration
[JsonProperty("totalCores")]
public virtual int? TotalCores { get; set; }
Property Value
Type Description
int?

TotalDurationMillis

Declaration
[JsonProperty("totalDurationMillis")]
public virtual long? TotalDurationMillis { get; set; }
Property Value
Type Description
long?

TotalGcTimeMillis

Declaration
[JsonProperty("totalGcTimeMillis")]
public virtual long? TotalGcTimeMillis { get; set; }
Property Value
Type Description
long?

TotalInputBytes

Declaration
[JsonProperty("totalInputBytes")]
public virtual long? TotalInputBytes { get; set; }
Property Value
Type Description
long?

TotalShuffleRead

Declaration
[JsonProperty("totalShuffleRead")]
public virtual long? TotalShuffleRead { get; set; }
Property Value
Type Description
long?

TotalShuffleWrite

Declaration
[JsonProperty("totalShuffleWrite")]
public virtual long? TotalShuffleWrite { get; set; }
Property Value
Type Description
long?

TotalTasks

Declaration
[JsonProperty("totalTasks")]
public virtual int? TotalTasks { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX