GoogleApi.Dataproc.V1.Model.ConsolidatedExecutorSummary (google_api_dataproc v0.59.0)
View SourceConsolidated summary about executors used by the application.
Attributes
-
activeTasks
(type:integer()
, default:nil
) - -
completedTasks
(type:integer()
, default:nil
) - -
count
(type:integer()
, default:nil
) - -
diskUsed
(type:String.t
, default:nil
) - -
failedTasks
(type:integer()
, default:nil
) - -
isExcluded
(type:integer()
, default:nil
) - -
maxMemory
(type:String.t
, default:nil
) - -
memoryMetrics
(type:GoogleApi.Dataproc.V1.Model.MemoryMetrics.t
, default:nil
) - -
memoryUsed
(type:String.t
, default:nil
) - -
rddBlocks
(type:integer()
, 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
@type t() :: %GoogleApi.Dataproc.V1.Model.ConsolidatedExecutorSummary{ activeTasks: integer() | nil, completedTasks: integer() | nil, count: integer() | nil, diskUsed: String.t() | nil, failedTasks: integer() | nil, isExcluded: integer() | nil, maxMemory: String.t() | nil, memoryMetrics: GoogleApi.Dataproc.V1.Model.MemoryMetrics.t() | nil, memoryUsed: String.t() | nil, rddBlocks: integer() | 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 }