View Source GoogleApi.Dataproc.V1.Model.RddStorageInfo (google_api_dataproc v0.58.0)
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
@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
Unwrap a decoded JSON object into its complex fields.