Class: TencentCloud::Dlc::V20210125::SparkMonitorMetrics
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::SparkMonitorMetrics
- Defined in:
- lib/v20210125/models.rb
Overview
Spark监控数据
Instance Attribute Summary collapse
-
#ShuffleWriteBytesCos ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ShuffleWriteBytesTotal ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(shufflewritebytescos = nil, shufflewritebytestotal = nil) ⇒ SparkMonitorMetrics
constructor
A new instance of SparkMonitorMetrics.
Constructor Details
#initialize(shufflewritebytescos = nil, shufflewritebytestotal = nil) ⇒ SparkMonitorMetrics
Returns a new instance of SparkMonitorMetrics.
14544 14545 14546 14547 |
# File 'lib/v20210125/models.rb', line 14544 def initialize(shufflewritebytescos=nil, shufflewritebytestotal=nil) @ShuffleWriteBytesCos = shufflewritebytescos @ShuffleWriteBytesTotal = shufflewritebytestotal end |
Instance Attribute Details
#ShuffleWriteBytesCos ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
14542 14543 14544 |
# File 'lib/v20210125/models.rb', line 14542 def ShuffleWriteBytesCos @ShuffleWriteBytesCos end |
#ShuffleWriteBytesTotal ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
14542 14543 14544 |
# File 'lib/v20210125/models.rb', line 14542 def ShuffleWriteBytesTotal @ShuffleWriteBytesTotal end |
Instance Method Details
#deserialize(params) ⇒ Object
14549 14550 14551 14552 |
# File 'lib/v20210125/models.rb', line 14549 def deserialize(params) @ShuffleWriteBytesCos = params['ShuffleWriteBytesCos'] @ShuffleWriteBytesTotal = params['ShuffleWriteBytesTotal'] end |