@InterfaceStability.Evolving public class AlterReplicaLogDirsResult extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
KafkaFuture<java.lang.Void> |
all()
Return a future which succeeds if all the replica movement have succeeded
|
java.util.Map<TopicPartitionReplica,KafkaFuture<java.lang.Void>> |
values()
Return a map from replica to future which can be used to check the status of individual replica movement.
|
public java.util.Map<TopicPartitionReplica,KafkaFuture<java.lang.Void>> values()
public KafkaFuture<java.lang.Void> all()