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

View Source

Overall data about RDD storage.

Attributes

  • dataDistribution (type: list(GoogleApi.Dataproc.V1.Model.RddDataDistribution.t), default: nil) -
  • diskUsed (type: String.t, default: nil) -
  • memoryUsed (type: String.t, default: nil) -
  • name (type: String.t, default: nil) -
  • numCachedPartitions (type: integer(), default: nil) -
  • numPartitions (type: integer(), default: nil) -
  • partitions (type: list(GoogleApi.Dataproc.V1.Model.RddPartitionInfo.t), default: nil) -
  • rddStorageId (type: integer(), default: nil) -
  • storageLevel (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.RddStorageInfo{
  dataDistribution: [GoogleApi.Dataproc.V1.Model.RddDataDistribution.t()] | nil,
  diskUsed: String.t() | nil,
  memoryUsed: String.t() | nil,
  name: String.t() | nil,
  numCachedPartitions: integer() | nil,
  numPartitions: integer() | nil,
  partitions: [GoogleApi.Dataproc.V1.Model.RddPartitionInfo.t()] | nil,
  rddStorageId: integer() | nil,
  storageLevel: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.