@InterfaceStability.Evolving public class DescribeReplicaLogDirsResult extends Object
Admin.describeReplicaLogDirs(Collection).
 The API of this class is evolving, see Admin for details.| Modifier and Type | Class and Description | 
|---|---|
| static class  | DescribeReplicaLogDirsResult.ReplicaLogDirInfo | 
| Modifier and Type | Method and Description | 
|---|---|
| KafkaFuture<Map<TopicPartitionReplica,DescribeReplicaLogDirsResult.ReplicaLogDirInfo>> | all()Return a future which succeeds if log directory information of all replicas are available | 
| Map<TopicPartitionReplica,KafkaFuture<DescribeReplicaLogDirsResult.ReplicaLogDirInfo>> | values()Return a map from replica to future which can be used to check the log directory information of individual replicas | 
public Map<TopicPartitionReplica,KafkaFuture<DescribeReplicaLogDirsResult.ReplicaLogDirInfo>> values()
public KafkaFuture<Map<TopicPartitionReplica,DescribeReplicaLogDirsResult.ReplicaLogDirInfo>> all()