View Source GoogleApi.Dataproc.V1.Model.RddDataDistribution (google_api_dataproc v0.58.0)
Details about RDD usage.
Attributes
-
address
(type:String.t
, default:nil
) - -
diskUsed
(type:String.t
, default:nil
) - -
memoryRemaining
(type:String.t
, default:nil
) - -
memoryUsed
(type:String.t
, default:nil
) - -
offHeapMemoryRemaining
(type:String.t
, default:nil
) - -
offHeapMemoryUsed
(type:String.t
, default:nil
) - -
onHeapMemoryRemaining
(type:String.t
, default:nil
) - -
onHeapMemoryUsed
(type:String.t
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataproc.V1.Model.RddDataDistribution{ address: String.t() | nil, diskUsed: String.t() | nil, memoryRemaining: String.t() | nil, memoryUsed: String.t() | nil, offHeapMemoryRemaining: String.t() | nil, offHeapMemoryUsed: String.t() | nil, onHeapMemoryRemaining: String.t() | nil, onHeapMemoryUsed: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.