Package org.apache.kafka.clients.admin
Class ListPartitionReassignmentsResult
java.lang.Object
org.apache.kafka.clients.admin.ListPartitionReassignmentsResult
public class ListPartitionReassignmentsResult extends Object
The result of
Admin.listPartitionReassignments(ListPartitionReassignmentsOptions)
.
The API of this class is evolving. See AdminClient
for details.-
Method Summary
Modifier and Type Method Description KafkaFuture<Map<TopicPartition,PartitionReassignment>>
reassignments()
Return a future which yields a map containing each partition's reassignments
-
Method Details
-
reassignments
Return a future which yields a map containing each partition's reassignments
-