GoogleApi.Dataproc.V1.Model.ShuffleReadMetrics (google_api_dataproc v0.59.0)
View SourceShuffle data read by the task.
Attributes
-
fetchWaitTimeMillis
(type:String.t
, default:nil
) - -
localBlocksFetched
(type:String.t
, default:nil
) - -
localBytesRead
(type:String.t
, default:nil
) - -
recordsRead
(type:String.t
, default:nil
) - -
remoteBlocksFetched
(type:String.t
, default:nil
) - -
remoteBytesRead
(type:String.t
, default:nil
) - -
remoteBytesReadToDisk
(type:String.t
, default:nil
) - -
remoteReqsDuration
(type:String.t
, default:nil
) - -
shufflePushReadMetrics
(type:GoogleApi.Dataproc.V1.Model.ShufflePushReadMetrics.t
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataproc.V1.Model.ShuffleReadMetrics{ fetchWaitTimeMillis: String.t() | nil, localBlocksFetched: String.t() | nil, localBytesRead: String.t() | nil, recordsRead: String.t() | nil, remoteBlocksFetched: String.t() | nil, remoteBytesRead: String.t() | nil, remoteBytesReadToDisk: String.t() | nil, remoteReqsDuration: String.t() | nil, shufflePushReadMetrics: GoogleApi.Dataproc.V1.Model.ShufflePushReadMetrics.t() | nil }