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