Class DescribeReplicaLogDirsResult
java.lang.Object
org.apache.kafka.clients.admin.DescribeReplicaLogDirsResult
The result of 
Admin.describeReplicaLogDirs(Collection).- 
Nested Class Summary
Nested Classes - 
Method Summary
 
- 
Method Details
- 
values
public 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 - 
all
public KafkaFuture<Map<TopicPartitionReplica, DescribeReplicaLogDirsResult.ReplicaLogDirInfo>> all()Return a future which succeeds if log directory information of all replicas are available 
 -