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 Details

    • reassignments

      public org.apache.kafka.common.KafkaFuture<Map<org.apache.kafka.common.TopicPartition,PartitionReassignment>> reassignments()
      Return a future which yields a map containing each partition's reassignments