Class ShareMemberDescription
java.lang.Object
org.apache.kafka.clients.admin.ShareMemberDescription
-
Constructor Summary
ConstructorsConstructorDescriptionShareMemberDescription(String memberId, Optional<String> rackId, String clientId, String host, ShareMemberAssignment assignment, int memberEpoch) -
Method Summary
Modifier and TypeMethodDescriptionThe assignment of the group member.clientId()The client id of the group member.The consumer id of the group member.booleaninthashCode()host()The host where the group member is running.intThe epoch of the group member.rackId()The rack id of the group member.toString()
-
Constructor Details
-
Method Details
-
equals
-
hashCode
-
consumerId
The consumer id of the group member. -
rackId
-
clientId
The client id of the group member. -
host
The host where the group member is running. -
assignment
The assignment of the group member. -
memberEpoch
public int memberEpoch()The epoch of the group member. -
toString
-