GoogleApi.Dataproc.V1.Model.ExecutorStageSummary (google_api_dataproc v0.59.0)

View Source

Executor resources consumed by a stage.

Attributes

  • diskBytesSpilled (type: String.t, default: nil) -
  • executorId (type: String.t, default: nil) -
  • failedTasks (type: integer(), default: nil) -
  • inputBytes (type: String.t, default: nil) -
  • inputRecords (type: String.t, default: nil) -
  • isExcludedForStage (type: boolean(), default: nil) -
  • killedTasks (type: integer(), default: nil) -
  • memoryBytesSpilled (type: String.t, default: nil) -
  • outputBytes (type: String.t, default: nil) -
  • outputRecords (type: String.t, default: nil) -
  • peakMemoryMetrics (type: GoogleApi.Dataproc.V1.Model.ExecutorMetrics.t, default: nil) -
  • shuffleRead (type: String.t, default: nil) -
  • shuffleReadRecords (type: String.t, default: nil) -
  • shuffleWrite (type: String.t, default: nil) -
  • shuffleWriteRecords (type: String.t, default: nil) -
  • stageAttemptId (type: integer(), default: nil) -
  • stageId (type: String.t, default: nil) -
  • succeededTasks (type: integer(), default: nil) -
  • taskTimeMillis (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.ExecutorStageSummary{
  diskBytesSpilled: String.t() | nil,
  executorId: String.t() | nil,
  failedTasks: integer() | nil,
  inputBytes: String.t() | nil,
  inputRecords: String.t() | nil,
  isExcludedForStage: boolean() | nil,
  killedTasks: integer() | nil,
  memoryBytesSpilled: String.t() | nil,
  outputBytes: String.t() | nil,
  outputRecords: String.t() | nil,
  peakMemoryMetrics: GoogleApi.Dataproc.V1.Model.ExecutorMetrics.t() | nil,
  shuffleRead: String.t() | nil,
  shuffleReadRecords: String.t() | nil,
  shuffleWrite: String.t() | nil,
  shuffleWriteRecords: String.t() | nil,
  stageAttemptId: integer() | nil,
  stageId: String.t() | nil,
  succeededTasks: integer() | nil,
  taskTimeMillis: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.