public class TopicInSyncReplicaInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TopicInSyncReplicaInfo() | 
| TopicInSyncReplicaInfo(TopicInSyncReplicaInfo 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 | getBeginOffset()Get 起始Offset | 
| Long | getEndOffset()Get 末端Offset | 
| String | getInSyncReplica()Get ISR | 
| Long | getLeader()Get Leader Id | 
| Long | getMessageCount()Get 消息数 | 
| String | getOutOfSyncReplica()Get 未同步副本集 | 
| String | getPartition()Get 分区名称 | 
| String | getReplica()Get 副本集 | 
| void | setBeginOffset(Long BeginOffset)Set 起始Offset | 
| void | setEndOffset(Long EndOffset)Set 末端Offset | 
| void | setInSyncReplica(String InSyncReplica)Set ISR | 
| void | setLeader(Long Leader)Set Leader Id | 
| void | setMessageCount(Long MessageCount)Set 消息数 | 
| void | setOutOfSyncReplica(String OutOfSyncReplica)Set 未同步副本集 | 
| void | setPartition(String Partition)Set 分区名称 | 
| void | setReplica(String Replica)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 TopicInSyncReplicaInfo()
public TopicInSyncReplicaInfo(TopicInSyncReplicaInfo source)
public String getPartition()
public void setPartition(String Partition)
Partition - 分区名称public Long getLeader()
public void setLeader(Long Leader)
Leader - Leader Idpublic String getReplica()
public void setReplica(String Replica)
Replica - 副本集public String getInSyncReplica()
public void setInSyncReplica(String InSyncReplica)
InSyncReplica - ISRpublic Long getBeginOffset()
public void setBeginOffset(Long BeginOffset)
BeginOffset - 起始Offsetpublic Long getEndOffset()
public void setEndOffset(Long EndOffset)
EndOffset - 末端Offsetpublic Long getMessageCount()
public void setMessageCount(Long MessageCount)
MessageCount - 消息数public String getOutOfSyncReplica()
public void setOutOfSyncReplica(String OutOfSyncReplica)
OutOfSyncReplica - 未同步副本集Copyright © 2025. All rights reserved.