Package org.apache.kafka.clients.admin
Class MemberAssignment
java.lang.Object
org.apache.kafka.clients.admin.MemberAssignment
public class MemberAssignment extends Object
A description of the assignments of a specific group member.
-
Constructor Summary
Constructors Constructor Description MemberAssignment(Set<TopicPartition> topicPartitions)Creates an instance with the specified parameters. -
Method Summary
Modifier and Type Method Description booleanequals(Object o)inthashCode()Set<TopicPartition>topicPartitions()The topic partitions assigned to a group member.StringtoString()
-
Constructor Details
-
MemberAssignment
Creates an instance with the specified parameters.- Parameters:
topicPartitions- List of topic partitions
-
-
Method Details