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

View Source

Details about executors used by the application.

Attributes

  • activeTasks (type: integer(), default: nil) -
  • addTime (type: DateTime.t, default: nil) -
  • attributes (type: map(), default: nil) -
  • completedTasks (type: integer(), default: nil) -
  • diskUsed (type: String.t, default: nil) -
  • excludedInStages (type: list(String.t), default: nil) -
  • executorId (type: String.t, default: nil) -
  • executorLogs (type: map(), default: nil) -
  • failedTasks (type: integer(), default: nil) -
  • hostPort (type: String.t, default: nil) -
  • isActive (type: boolean(), default: nil) -
  • isExcluded (type: boolean(), default: nil) -
  • maxMemory (type: String.t, default: nil) -
  • maxTasks (type: integer(), default: nil) -
  • memoryMetrics (type: GoogleApi.Dataproc.V1.Model.MemoryMetrics.t, default: nil) -
  • memoryUsed (type: String.t, default: nil) -
  • peakMemoryMetrics (type: GoogleApi.Dataproc.V1.Model.ExecutorMetrics.t, default: nil) -
  • rddBlocks (type: integer(), default: nil) -
  • removeReason (type: String.t, default: nil) -
  • removeTime (type: DateTime.t, default: nil) -
  • resourceProfileId (type: integer(), default: nil) -
  • resources (type: %{optional(String.t) => GoogleApi.Dataproc.V1.Model.ResourceInformation.t}, default: nil) -
  • totalCores (type: integer(), default: nil) -
  • totalDurationMillis (type: String.t, default: nil) -
  • totalGcTimeMillis (type: String.t, default: nil) -
  • totalInputBytes (type: String.t, default: nil) -
  • totalShuffleRead (type: String.t, default: nil) -
  • totalShuffleWrite (type: String.t, default: nil) -
  • totalTasks (type: integer(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.ExecutorSummary{
  activeTasks: integer() | nil,
  addTime: DateTime.t() | nil,
  attributes: map() | nil,
  completedTasks: integer() | nil,
  diskUsed: String.t() | nil,
  excludedInStages: [String.t()] | nil,
  executorId: String.t() | nil,
  executorLogs: map() | nil,
  failedTasks: integer() | nil,
  hostPort: String.t() | nil,
  isActive: boolean() | nil,
  isExcluded: boolean() | nil,
  maxMemory: String.t() | nil,
  maxTasks: integer() | nil,
  memoryMetrics: GoogleApi.Dataproc.V1.Model.MemoryMetrics.t() | nil,
  memoryUsed: String.t() | nil,
  peakMemoryMetrics: GoogleApi.Dataproc.V1.Model.ExecutorMetrics.t() | nil,
  rddBlocks: integer() | nil,
  removeReason: String.t() | nil,
  removeTime: DateTime.t() | nil,
  resourceProfileId: integer() | nil,
  resources:
    %{
      optional(String.t()) =>
        GoogleApi.Dataproc.V1.Model.ResourceInformation.t()
    }
    | nil,
  totalCores: integer() | nil,
  totalDurationMillis: String.t() | nil,
  totalGcTimeMillis: String.t() | nil,
  totalInputBytes: String.t() | nil,
  totalShuffleRead: String.t() | nil,
  totalShuffleWrite: String.t() | nil,
  totalTasks: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.