db_info_dumper.h 501 B

1234567891011121314
  1. // Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
  2. // This source code is licensed under both the GPLv2 (found in the
  3. // COPYING file in the root directory) and Apache 2.0 License
  4. // (found in the LICENSE.Apache file in the root directory).
  5. #pragma once
  6. #include <string>
  7. #include "options/db_options.h"
  8. namespace ROCKSDB_NAMESPACE {
  9. void DumpDBFileSummary(const ImmutableDBOptions& options,
  10. const std::string& dbname);
  11. } // namespace ROCKSDB_NAMESPACE