Class: TencentCloud::Dlc::V20210125::SparkMonitorMetrics

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210125/models.rb

Overview

Spark监控数据

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ShuffleWriteBytesCosObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ShuffleWriteBytesCos:

    shuffle写溢出到COS数据量,单位:byte

  • ShuffleWriteBytesTotal:

    shuffle写数据量,单位:byte



14542
14543
14544
# File 'lib/v20210125/models.rb', line 14542

def ShuffleWriteBytesCos
  @ShuffleWriteBytesCos
end

#ShuffleWriteBytesTotalObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ShuffleWriteBytesCos:

    shuffle写溢出到COS数据量,单位:byte

  • ShuffleWriteBytesTotal:

    shuffle写数据量,单位:byte



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