@InterfaceStability.Evolving public class AlterPartitionReassignmentsResult extends Object
Admin.alterPartitionReassignments(Map, AlterPartitionReassignmentsOptions). The API of this class is evolving. See AdminClient for details.| Modifier and Type | Method and Description |
|---|---|
KafkaFuture<Void> | all()Return a future which succeeds only if all the reassignments were successfully initiated. |
Map<TopicPartition,KafkaFuture<Void>> | values()Return a map from partitions to futures which can be used to check the status of the reassignment. |
public Map<TopicPartition,KafkaFuture<Void>> values()
public KafkaFuture<Void> all()