Class DescribeLogDirsResult

    • Constructor Detail

      • DescribeLogDirsResult

        public DescribeLogDirsResult​(Map<Integer,​KafkaFuture<Map<String,​org.apache.kafka.common.requests.DescribeLogDirsResponse.LogDirInfo>>> futures)
    • Method Detail

      • values

        public Map<Integer,​KafkaFuture<Map<String,​org.apache.kafka.common.requests.DescribeLogDirsResponse.LogDirInfo>>> values()
        Return a map from brokerId to future which can be used to check the information of partitions on each individual broker
      • all

        public KafkaFuture<Map<Integer,​Map<String,​org.apache.kafka.common.requests.DescribeLogDirsResponse.LogDirInfo>>> all()
        Return a future which succeeds only if all the brokers have responded without error