Package org.apache.kafka.clients.admin
Class ListPartitionReassignmentsResult
java.lang.Object
org.apache.kafka.clients.admin.ListPartitionReassignmentsResult
The result of 
Admin.listPartitionReassignments(ListPartitionReassignmentsOptions).
 The API of this class is evolving. See AdminClient for details.- 
Method SummaryModifier and TypeMethodDescriptionReturn a future which yields a map containing each partition's reassignments
- 
Method Details- 
reassignmentsReturn a future which yields a map containing each partition's reassignments
 
-