Class: TencentCloud::Dlc::V20210125::PrestoMonitorMetrics
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::PrestoMonitorMetrics
- Defined in:
- lib/v20210125/models.rb
Overview
Presto监控指标
Instance Attribute Summary collapse
-
#FragmentCacheHitRate ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#LocalCacheHitRate ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(localcachehitrate = nil, fragmentcachehitrate = nil) ⇒ PrestoMonitorMetrics
constructor
A new instance of PrestoMonitorMetrics.
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
#FragmentCacheHitRate ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
13432 13433 13434 |
# File 'lib/v20210125/models.rb', line 13432 def FragmentCacheHitRate @FragmentCacheHitRate end |
#LocalCacheHitRate ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
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 |