@InterfaceStability.Evolving public class DescribeLogDirsResult extends Object
Admin.describeLogDirs(Collection) call. The API of this class is evolving, see Admin for details.| Modifier and Type | Method and Description |
|---|---|
KafkaFuture<Map<Integer,Map<String,org.apache.kafka.common.requests.DescribeLogDirsResponse.LogDirInfo>>> | all()Deprecated. Deprecated Since Kafka 2.7. Use allDescriptions(). |
KafkaFuture<Map<Integer,Map<String,LogDirDescription>>> | allDescriptions()Return a future which succeeds only if all the brokers have responded without error. |
Map<Integer,KafkaFuture<Map<String,LogDirDescription>>> | descriptions()Return a map from brokerId to future which can be used to check the information of partitions on each individual broker. |
Map<Integer,KafkaFuture<Map<String,org.apache.kafka.common.requests.DescribeLogDirsResponse.LogDirInfo>>> | values()Deprecated. Deprecated Since Kafka 2.7. Use descriptions(). |
@Deprecated public Map<Integer,KafkaFuture<Map<String,org.apache.kafka.common.requests.DescribeLogDirsResponse.LogDirInfo>>> values()
descriptions().public Map<Integer,KafkaFuture<Map<String,LogDirDescription>>> descriptions()
@Deprecated public KafkaFuture<Map<Integer,Map<String,org.apache.kafka.common.requests.DescribeLogDirsResponse.LogDirInfo>>> all()
allDescriptions().public KafkaFuture<Map<Integer,Map<String,LogDirDescription>>> allDescriptions()