Package org.apache.kafka.clients.admin
Class DescribeLogDirsResult
java.lang.Object
org.apache.kafka.clients.admin.DescribeLogDirsResult
The result of the
Admin.describeLogDirs(Collection)
call.-
Method Summary
Modifier and TypeMethodDescriptionReturn a future which succeeds only if all the brokers have responded without error.Return a map from brokerId to future which can be used to check the information of partitions on each individual broker.
-
Method Details
-
descriptions
Return a map from brokerId to future which can be used to check the information of partitions on each individual broker. The result of the future is a map from broker log directory path to a description of that log directory. -
allDescriptions
Return a future which succeeds only if all the brokers have responded without error. The result of the future is a map from brokerId to a map from broker log directory path to a description of that log directory.
-