JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.kafka.coordinator.group.api.assignor
Interface MemberAssignment
@Unstable
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
<
Uuid
,
Set
<
Integer
>>
partitions
()
Method Details
partitions
Map
<
Uuid
,
Set
<
Integer
>>
partitions
()
Returns:
The assigned partitions keyed by topic Ids.