Package org.apache.kafka.clients.admin
Class DescribeReplicaLogDirsResult
java.lang.Object
org.apache.kafka.clients.admin.DescribeReplicaLogDirsResult
The result of
Admin.describeReplicaLogDirs(Collection)
.
The API of this class is evolving, see Admin
for details.-
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
Return a future which succeeds if log directory information of all replicas are available
-