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