GoogleApi.Dataproc.V1.Model.ShufflePushReadQuantileMetrics (google_api_dataproc v0.59.0)
View SourceAttributes
-
corruptMergedBlockChunks
(type:GoogleApi.Dataproc.V1.Model.Quantiles.t
, default:nil
) - -
localMergedBlocksFetched
(type:GoogleApi.Dataproc.V1.Model.Quantiles.t
, default:nil
) - -
localMergedBytesRead
(type:GoogleApi.Dataproc.V1.Model.Quantiles.t
, default:nil
) - -
localMergedChunksFetched
(type:GoogleApi.Dataproc.V1.Model.Quantiles.t
, default:nil
) - -
mergedFetchFallbackCount
(type:GoogleApi.Dataproc.V1.Model.Quantiles.t
, default:nil
) - -
remoteMergedBlocksFetched
(type:GoogleApi.Dataproc.V1.Model.Quantiles.t
, default:nil
) - -
remoteMergedBytesRead
(type:GoogleApi.Dataproc.V1.Model.Quantiles.t
, default:nil
) - -
remoteMergedChunksFetched
(type:GoogleApi.Dataproc.V1.Model.Quantiles.t
, default:nil
) - -
remoteMergedReqsDuration
(type:GoogleApi.Dataproc.V1.Model.Quantiles.t
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataproc.V1.Model.ShufflePushReadQuantileMetrics{ corruptMergedBlockChunks: GoogleApi.Dataproc.V1.Model.Quantiles.t() | nil, localMergedBlocksFetched: GoogleApi.Dataproc.V1.Model.Quantiles.t() | nil, localMergedBytesRead: GoogleApi.Dataproc.V1.Model.Quantiles.t() | nil, localMergedChunksFetched: GoogleApi.Dataproc.V1.Model.Quantiles.t() | nil, mergedFetchFallbackCount: GoogleApi.Dataproc.V1.Model.Quantiles.t() | nil, remoteMergedBlocksFetched: GoogleApi.Dataproc.V1.Model.Quantiles.t() | nil, remoteMergedBytesRead: GoogleApi.Dataproc.V1.Model.Quantiles.t() | nil, remoteMergedChunksFetched: GoogleApi.Dataproc.V1.Model.Quantiles.t() | nil, remoteMergedReqsDuration: GoogleApi.Dataproc.V1.Model.Quantiles.t() | nil }