JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Index
Search
Help
org.apache.kafka.coordinator.group.api.assignor
MemberAssignment
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
partitions()
Interface MemberAssignment
public interface
MemberAssignment
The partition assignment for a consumer group member.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Map
<org.apache.kafka.common.Uuid,
Set
<
Integer
>>
partitions
()
Method Details
partitions
Map
<org.apache.kafka.common.Uuid,
Set
<
Integer
>>
partitions
()
Returns:
The assigned partitions keyed by topic Ids.