Skip navigation links
A C E G H I M N O P R S T V 

A

assign(GroupSpec, SubscribedTopicDescriber) - Method in interface org.apache.kafka.coordinator.group.api.assignor.PartitionAssignor
Assigns partitions to group members based on the given assignment specification and topic metadata.

C

ConsumerGroupPartitionAssignor - Interface in org.apache.kafka.coordinator.group.api.assignor
Server-side partition assignor for consumer groups used by the GroupCoordinator.

E

equals(Object) - Method in class org.apache.kafka.coordinator.group.api.assignor.GroupAssignment
 

G

GroupAssignment - Class in org.apache.kafka.coordinator.group.api.assignor
The partition assignment for a consumer group.
GroupAssignment(Map<String, MemberAssignment>) - Constructor for class org.apache.kafka.coordinator.group.api.assignor.GroupAssignment
 
GroupSpec - Interface in org.apache.kafka.coordinator.group.api.assignor
The group metadata specifications required to compute the target assignment.

H

hashCode() - Method in class org.apache.kafka.coordinator.group.api.assignor.GroupAssignment
 

I

isPartitionAssigned(Uuid, int) - Method in interface org.apache.kafka.coordinator.group.api.assignor.GroupSpec
 

M

memberAssignment(String) - Method in interface org.apache.kafka.coordinator.group.api.assignor.GroupSpec
Gets the current assignment of the member.
MemberAssignment - Interface in org.apache.kafka.coordinator.group.api.assignor
The partition assignment for a consumer group member.
memberIds() - Method in interface org.apache.kafka.coordinator.group.api.assignor.GroupSpec
 
members() - Method in class org.apache.kafka.coordinator.group.api.assignor.GroupAssignment
 
memberSubscription(String) - Method in interface org.apache.kafka.coordinator.group.api.assignor.GroupSpec
Gets the member subscription specification for a member.
MemberSubscription - Interface in org.apache.kafka.coordinator.group.api.assignor
Interface representing the subscription metadata for a group member.

N

name() - Method in interface org.apache.kafka.coordinator.group.api.assignor.PartitionAssignor
Unique name for this assignor.
numPartitions(Uuid) - Method in interface org.apache.kafka.coordinator.group.api.assignor.SubscribedTopicDescriber
The number of partitions for the given topic Id.

O

org.apache.kafka.coordinator.group.api.assignor - package org.apache.kafka.coordinator.group.api.assignor
 

P

PartitionAssignor - Interface in org.apache.kafka.coordinator.group.api.assignor
Server-side partition assignor used by the GroupCoordinator.
PartitionAssignorException - Exception in org.apache.kafka.coordinator.group.api.assignor
PartitionAssignorException(String) - Constructor for exception org.apache.kafka.coordinator.group.api.assignor.PartitionAssignorException
 
PartitionAssignorException(String, Throwable) - Constructor for exception org.apache.kafka.coordinator.group.api.assignor.PartitionAssignorException
 
partitions() - Method in interface org.apache.kafka.coordinator.group.api.assignor.MemberAssignment
 

R

rackId() - Method in interface org.apache.kafka.coordinator.group.api.assignor.MemberSubscription
Gets the rack Id if present.
racksForPartition(Uuid, int) - Method in interface org.apache.kafka.coordinator.group.api.assignor.SubscribedTopicDescriber
Returns all the available racks associated with the replicas of the given partition.

S

SubscribedTopicDescriber - Interface in org.apache.kafka.coordinator.group.api.assignor
The subscribed topic describer is used by the PartitionAssignor to obtain topic and partition metadata of the subscribed topics.
subscribedTopicIds() - Method in interface org.apache.kafka.coordinator.group.api.assignor.MemberSubscription
Gets the set of subscribed topic Ids.
subscriptionType() - Method in interface org.apache.kafka.coordinator.group.api.assignor.GroupSpec
 
SubscriptionType - Enum in org.apache.kafka.coordinator.group.api.assignor
The subscription type followed by a consumer group.

T

toString() - Method in class org.apache.kafka.coordinator.group.api.assignor.GroupAssignment
 
toString() - Method in enum org.apache.kafka.coordinator.group.api.assignor.SubscriptionType
 

V

valueOf(String) - Static method in enum org.apache.kafka.coordinator.group.api.assignor.SubscriptionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.kafka.coordinator.group.api.assignor.SubscriptionType
Returns an array containing the constants of this enum type, in the order they are declared.
A C E G H I M N O P R S T V 
Skip navigation links