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

View Source

Attributes

  • corruptMergedBlockChunks (type: String.t, default: nil) -
  • localMergedBlocksFetched (type: String.t, default: nil) -
  • localMergedBytesRead (type: String.t, default: nil) -
  • localMergedChunksFetched (type: String.t, default: nil) -
  • mergedFetchFallbackCount (type: String.t, default: nil) -
  • remoteMergedBlocksFetched (type: String.t, default: nil) -
  • remoteMergedBytesRead (type: String.t, default: nil) -
  • remoteMergedChunksFetched (type: String.t, default: nil) -
  • remoteMergedReqsDuration (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.StageShufflePushReadMetrics{
  corruptMergedBlockChunks: String.t() | nil,
  localMergedBlocksFetched: String.t() | nil,
  localMergedBytesRead: String.t() | nil,
  localMergedChunksFetched: String.t() | nil,
  mergedFetchFallbackCount: String.t() | nil,
  remoteMergedBlocksFetched: String.t() | nil,
  remoteMergedBytesRead: String.t() | nil,
  remoteMergedChunksFetched: String.t() | nil,
  remoteMergedReqsDuration: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.