rocksdb/include/rocksdb/utilities
Yanqin Jin 67e735dbf9 Rename BlockBasedTable::ReadMetaBlock (#6009)
Summary:
According to
https://github.com/facebook/rocksdb/wiki/Rocksdb-BlockBasedTable-Format,
the block read by BlockBasedTable::ReadMetaBlock is actually the meta index
block. Therefore, it is better to rename the function to ReadMetaIndexBlock.

This PR also applies some format change to existing code.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6009

Test Plan: make check

Differential Revision: D18333238

Pulled By: riversand963

fbshipit-source-id: 2c4340a29b3edba53d19c132cbfd04caf6242aed
2019-11-05 17:19:11 -08:00
..
lua Remove Lua compaction filter from RocksDB main repo (#4971) 2019-02-13 12:42:44 -08:00
backupable_db.h simplify include directive involving inttypes (#5402) 2019-06-06 13:56:07 -07:00
checkpoint.h Export Import sst files (#5495) 2019-07-17 12:27:14 -07:00
convenience.h Change RocksDB License 2017-07-15 16:11:23 -07:00
db_ttl.h Run automatic formatter against public header files (#5115) 2019-03-27 13:24:25 -07:00
debug.h Support GetAllKeyVersions() for non-default cf (#5544) 2019-07-07 22:43:52 -07:00
env_librados.h Run automatic formatter against public header files (#5115) 2019-03-27 13:24:25 -07:00
env_mirror.h Add copyright headers per FB open-source checkup tool. (#5199) 2019-04-18 10:55:01 -07:00
info_log_finder.h Change RocksDB License 2017-07-15 16:11:23 -07:00
ldb_cmd_execute_result.h Run automatic formatter against public header files (#5115) 2019-03-27 13:24:25 -07:00
ldb_cmd.h Support custom env in sst_dump (#5845) 2019-10-08 19:19:12 -07:00
leveldb_options.h Change RocksDB License 2017-07-15 16:11:23 -07:00
memory_util.h Change RocksDB License 2017-07-15 16:11:23 -07:00
object_registry.h The ObjectRegistry class replaces the Registrar and NewCustomObjects.… (#5293) 2019-07-23 17:13:05 -07:00
optimistic_transaction_db.h Make Optimistic Tx database stackable 2018-04-03 15:28:40 -07:00
option_change_migration.h Change RocksDB License 2017-07-15 16:11:23 -07:00
options_util.h Option string/map/file can set env from object registry (#5237) 2019-04-25 11:35:09 -07:00
sim_cache.h Support computing miss ratio curves using sim_cache. (#5449) 2019-06-17 16:41:12 -07:00
stackable_db.h API to get file_creation_time of the oldest file in the DB (#5948) 2019-10-25 11:53:57 -07:00
table_properties_collectors.h Run automatic formatter against public header files (#5115) 2019-03-27 13:24:25 -07:00
transaction_db_mutex.h Change RocksDB License 2017-07-15 16:11:23 -07:00
transaction_db.h Use delete to disable automatic generated methods. (#5009) 2019-09-11 18:09:00 -07:00
transaction.h Use delete to disable automatic generated methods. (#5009) 2019-09-11 18:09:00 -07:00
utility_db.h Add copyright headers per FB open-source checkup tool. (#5199) 2019-04-18 10:55:01 -07:00
write_batch_with_index.h Rename BlockBasedTable::ReadMetaBlock (#6009) 2019-11-05 17:19:11 -08:00