public class MemberAssignment extends Object
| Constructor and Description |
|---|
MemberAssignment(Set<TopicPartition> topicPartitions)Creates an instance with the specified parameters. |
| Modifier and Type | Method and Description |
|---|---|
boolean | equals(Object o) |
int | hashCode() |
Set<TopicPartition> | topicPartitions()The topic partitions assigned to a group member. |
String | toString() |
public MemberAssignment(Set<TopicPartition> topicPartitions)
topicPartitions - List of topic partitionspublic Set<TopicPartition> topicPartitions()