Package org.apache.kafka.clients.admin
Class QuorumInfo
java.lang.Object
org.apache.kafka.clients.admin.QuorumInfo
This class is used to describe the state of the quorum received in DescribeQuorumResponse.
- 
Method Details
- 
leaderId
public int leaderId() - 
leaderEpoch
public long leaderEpoch() - 
highWatermark
public long highWatermark() - 
voters
 - 
observers
 - 
nodes
- Returns:
 - The voter nodes in the Raft cluster, or an empty map if KIP-853 is not enabled.
 
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -