Class: TencentCloud::Ckafka::V20190819::TopicMessageHeapRanking
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::TopicMessageHeapRanking
- Defined in:
- lib/v20190819/models.rb
Overview
topic消息堆积、占用磁盘排行
Instance Attribute Summary collapse
- #MessageHeap ⇒ Object
- #PartitionNum ⇒ Object
- #ReplicaNum ⇒ Object
- #TopicId ⇒ Object
- #TopicName ⇒ Object
- #TopicTraffic ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(topicid = nil, topicname = nil, partitionnum = nil, replicanum = nil, topictraffic = nil, messageheap = nil) ⇒ TopicMessageHeapRanking
constructor
A new instance of TopicMessageHeapRanking.
Constructor Details
#initialize(topicid = nil, topicname = nil, partitionnum = nil, replicanum = nil, topictraffic = nil, messageheap = nil) ⇒ TopicMessageHeapRanking
Returns a new instance of TopicMessageHeapRanking.
12012 12013 12014 12015 12016 12017 12018 12019 |
# File 'lib/v20190819/models.rb', line 12012 def initialize(topicid=nil, topicname=nil, partitionnum=nil, replicanum=nil, topictraffic=nil, =nil) @TopicId = topicid @TopicName = topicname @PartitionNum = partitionnum @ReplicaNum = replicanum @TopicTraffic = topictraffic @MessageHeap = end |
Instance Attribute Details
#MessageHeap ⇒ Object
12010 12011 12012 |
# File 'lib/v20190819/models.rb', line 12010 def MessageHeap @MessageHeap end |
#PartitionNum ⇒ Object
12010 12011 12012 |
# File 'lib/v20190819/models.rb', line 12010 def PartitionNum @PartitionNum end |
#ReplicaNum ⇒ Object
12010 12011 12012 |
# File 'lib/v20190819/models.rb', line 12010 def ReplicaNum @ReplicaNum end |
#TopicId ⇒ Object
12010 12011 12012 |
# File 'lib/v20190819/models.rb', line 12010 def TopicId @TopicId end |
#TopicName ⇒ Object
12010 12011 12012 |
# File 'lib/v20190819/models.rb', line 12010 def TopicName @TopicName end |
#TopicTraffic ⇒ Object
12010 12011 12012 |
# File 'lib/v20190819/models.rb', line 12010 def TopicTraffic @TopicTraffic end |
Instance Method Details
#deserialize(params) ⇒ Object
12021 12022 12023 12024 12025 12026 12027 12028 |
# File 'lib/v20190819/models.rb', line 12021 def deserialize(params) @TopicId = params['TopicId'] @TopicName = params['TopicName'] @PartitionNum = params['PartitionNum'] @ReplicaNum = params['ReplicaNum'] @TopicTraffic = params['TopicTraffic'] @MessageHeap = params['MessageHeap'] end |