public class TopicPartitionDO extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TopicPartitionDO() | 
| TopicPartitionDO(TopicPartitionDO 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getIsrNum()Get ISR 个数 | 
| Long | getLeaderStatus()Get Leader 运行状态,0表示正常运行 | 
| Long | getPartition()Get Partition 分区ID | 
| Long | getReplicaNum()Get 副本个数 | 
| void | setIsrNum(Long IsrNum)Set ISR 个数 | 
| void | setLeaderStatus(Long LeaderStatus)Set Leader 运行状态,0表示正常运行 | 
| void | setPartition(Long Partition)Set Partition 分区ID | 
| void | setReplicaNum(Long ReplicaNum)Set 副本个数 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TopicPartitionDO()
public TopicPartitionDO(TopicPartitionDO source)
public Long getPartition()
public void setPartition(Long Partition)
Partition - Partition 分区IDpublic Long getLeaderStatus()
public void setLeaderStatus(Long LeaderStatus)
LeaderStatus - Leader 运行状态,0表示正常运行public Long getIsrNum()
public void setIsrNum(Long IsrNum)
IsrNum - ISR 个数public Long getReplicaNum()
public void setReplicaNum(Long ReplicaNum)
ReplicaNum - 副本个数Copyright © 2025. All rights reserved.