Class AlterReplicaLogDirsResult

    • Method Detail

      • values

        public java.util.Map<TopicPartitionReplica,​KafkaFuture<java.lang.Void>> values()
        Return a map from replica to future which can be used to check the status of individual replica movement. Possible error code: LOG_DIR_NOT_FOUND (57) KAFKA_STORAGE_ERROR (56) REPLICA_NOT_AVAILABLE (9) UNKNOWN (-1)
      • all

        public KafkaFuture<java.lang.Void> all()
        Return a future which succeeds if all the replica movement have succeeded