public class TopicPartitionDO extends AbstractModel
Constructor and Description |
---|
TopicPartitionDO() |
Modifier and Type | Method and Description |
---|---|
Long |
getIsrNum()
Get ISR 个数
|
Long |
getLeaderStatus()
Get Leader 运行状态
|
Long |
getPartition()
Get Partition ID
|
Long |
getReplicaNum()
Get 副本个数
|
void |
setIsrNum(Long IsrNum)
Set ISR 个数
|
void |
setLeaderStatus(Long LeaderStatus)
Set Leader 运行状态
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getPartition()
public void setPartition(Long Partition)
Partition
- Partition IDpublic Long getLeaderStatus()
public void setLeaderStatus(Long LeaderStatus)
LeaderStatus
- Leader 运行状态public Long getIsrNum()
public void setIsrNum(Long IsrNum)
IsrNum
- ISR 个数public Long getReplicaNum()
public void setReplicaNum(Long ReplicaNum)
ReplicaNum
- 副本个数Copyright © 2020. All rights reserved.