Class: TencentCloud::Dlc::V20210125::PrestoMonitorMetrics

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

Overview

Presto监控指标

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(localcachehitrate = nil, fragmentcachehitrate = nil) ⇒ PrestoMonitorMetrics

Returns a new instance of PrestoMonitorMetrics.



13434
13435
13436
13437
# File 'lib/v20210125/models.rb', line 13434

def initialize(localcachehitrate=nil, fragmentcachehitrate=nil)
  @LocalCacheHitRate = localcachehitrate
  @FragmentCacheHitRate = fragmentcachehitrate
end

Instance Attribute Details

#FragmentCacheHitRateObject

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

Parameters:

  • LocalCacheHitRate:

    Alluxio本地缓存命中率

  • FragmentCacheHitRate:

    Fragment缓存命中率



13432
13433
13434
# File 'lib/v20210125/models.rb', line 13432

def FragmentCacheHitRate
  @FragmentCacheHitRate
end

#LocalCacheHitRateObject

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

Parameters:

  • LocalCacheHitRate:

    Alluxio本地缓存命中率

  • FragmentCacheHitRate:

    Fragment缓存命中率



13432
13433
13434
# File 'lib/v20210125/models.rb', line 13432

def LocalCacheHitRate
  @LocalCacheHitRate
end

Instance Method Details

#deserialize(params) ⇒ Object



13439
13440
13441
13442
# File 'lib/v20210125/models.rb', line 13439

def deserialize(params)
  @LocalCacheHitRate = params['LocalCacheHitRate']
  @FragmentCacheHitRate = params['FragmentCacheHitRate']
end