GoogleApi.Dataproc.V1.Model.ShuffleReadQuantileMetrics (google_api_dataproc v0.59.0)
View SourceAttributes
-
fetchWaitTimeMillis
(type:GoogleApi.Dataproc.V1.Model.Quantiles.t
, default:nil
) - -
localBlocksFetched
(type:GoogleApi.Dataproc.V1.Model.Quantiles.t
, default:nil
) - -
readBytes
(type:GoogleApi.Dataproc.V1.Model.Quantiles.t
, default:nil
) - -
readRecords
(type:GoogleApi.Dataproc.V1.Model.Quantiles.t
, default:nil
) - -
remoteBlocksFetched
(type:GoogleApi.Dataproc.V1.Model.Quantiles.t
, default:nil
) - -
remoteBytesRead
(type:GoogleApi.Dataproc.V1.Model.Quantiles.t
, default:nil
) - -
remoteBytesReadToDisk
(type:GoogleApi.Dataproc.V1.Model.Quantiles.t
, default:nil
) - -
remoteReqsDuration
(type:GoogleApi.Dataproc.V1.Model.Quantiles.t
, default:nil
) - -
shufflePushReadMetrics
(type:GoogleApi.Dataproc.V1.Model.ShufflePushReadQuantileMetrics.t
, default:nil
) - -
totalBlocksFetched
(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.ShuffleReadQuantileMetrics{ fetchWaitTimeMillis: GoogleApi.Dataproc.V1.Model.Quantiles.t() | nil, localBlocksFetched: GoogleApi.Dataproc.V1.Model.Quantiles.t() | nil, readBytes: GoogleApi.Dataproc.V1.Model.Quantiles.t() | nil, readRecords: GoogleApi.Dataproc.V1.Model.Quantiles.t() | nil, remoteBlocksFetched: GoogleApi.Dataproc.V1.Model.Quantiles.t() | nil, remoteBytesRead: GoogleApi.Dataproc.V1.Model.Quantiles.t() | nil, remoteBytesReadToDisk: GoogleApi.Dataproc.V1.Model.Quantiles.t() | nil, remoteReqsDuration: GoogleApi.Dataproc.V1.Model.Quantiles.t() | nil, shufflePushReadMetrics: GoogleApi.Dataproc.V1.Model.ShufflePushReadQuantileMetrics.t() | nil, totalBlocksFetched: GoogleApi.Dataproc.V1.Model.Quantiles.t() | nil }