Package | Description |
---|---|
com.tencentcloudapi.tdmq.v20200217.models |
Modifier and Type | Method and Description |
---|---|
TraceResult[] |
DescribeRocketMQMsgTraceResponse.getResult()
Get [
{
"Stage": "produce",
"Data": {
"ProducerName": "生产者名",
"ProduceTime": "消息生产时间",
"ProducerAddr": "客户端地址",
"Duration": "耗时ms",
"Status": "状态(0:成功,1:失败)"
}
},
{
"Stage": "persist",
"Data": {
"PersistTime": "存储时间",
"Duration": "耗时ms",
"Status": "状态(0:成功,1:失败)"
}
},
{
"Stage": "consume",
"Data": {
"TotalCount": 2,
"RocketMqConsumeLogs": [
{
"ConsumerGroup": "消费组",
"ConsumeModel": "消费模式",
"ConsumerAddr": "消费者地址",
"ConsumeTime": "推送时间",
"Status": "状态(0:已推送未确认, 2:已确认, 3:转入重试, 4:已重试未确认, 5:已转入死信队列)"
},
{
"ConsumerGroup": "消费组",
"ConsumeModel": "消费模式",
"ConsumerAddr": "消费者地址",
"ConsumeTime": "推送时间",
"Status": "状态(0:已推送未确认, 2:已确认, 3:转入重试, 4:已重试未确认, 5:已转入死信队列)"
}
]
}
}
]
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeRocketMQMsgTraceResponse.setResult(TraceResult[] Result)
Set [
{
"Stage": "produce",
"Data": {
"ProducerName": "生产者名",
"ProduceTime": "消息生产时间",
"ProducerAddr": "客户端地址",
"Duration": "耗时ms",
"Status": "状态(0:成功,1:失败)"
}
},
{
"Stage": "persist",
"Data": {
"PersistTime": "存储时间",
"Duration": "耗时ms",
"Status": "状态(0:成功,1:失败)"
}
},
{
"Stage": "consume",
"Data": {
"TotalCount": 2,
"RocketMqConsumeLogs": [
{
"ConsumerGroup": "消费组",
"ConsumeModel": "消费模式",
"ConsumerAddr": "消费者地址",
"ConsumeTime": "推送时间",
"Status": "状态(0:已推送未确认, 2:已确认, 3:转入重试, 4:已重试未确认, 5:已转入死信队列)"
},
{
"ConsumerGroup": "消费组",
"ConsumeModel": "消费模式",
"ConsumerAddr": "消费者地址",
"ConsumeTime": "推送时间",
"Status": "状态(0:已推送未确认, 2:已确认, 3:转入重试, 4:已重试未确认, 5:已转入死信队列)"
}
]
}
}
]
|
Constructor and Description |
---|
TraceResult(TraceResult source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2023. All rights reserved.