rocksdb/include/rocksdb/utilities
Dmitri Smirnov 2a62ca1750 Make Optimistic Tx database stackable
Summary:
This change models Optimistic Tx db after Pessimistic TX db. The motivation for this change is to make the ptr polymorphic so it can be held by the same raw or smart ptr.

Currently, due to the inheritance of the Opt Tx db not being rooted in the manner of Pess Tx from a single DB root it is more difficult to write clean code and have clear ownership of the database in cases when options dictate instantiate of plan DB, Pess Tx DB or Opt tx db.
Closes https://github.com/facebook/rocksdb/pull/3566

Differential Revision: D7184502

Pulled By: yiwu-arbug

fbshipit-source-id: 31d06efafd79497bb0c230e971857dba3bd962c3
2018-04-03 15:28:40 -07:00
..
lua Change RocksDB License 2017-07-15 16:11:23 -07:00
backupable_db.h support opening zero backups during engine init 2017-09-12 13:26:34 -07:00
checkpoint.h Change RocksDB License 2017-07-15 16:11:23 -07:00
convenience.h Change RocksDB License 2017-07-15 16:11:23 -07:00
date_tiered_db.h Change RocksDB License 2017-07-15 16:11:23 -07:00
db_ttl.h Add possibility to change ttl on open DB 2018-01-18 10:42:15 -08:00
debug.h Blob DB: Inline small values in base DB 2017-10-26 12:30:54 -07:00
document_db.h Change RocksDB License 2017-07-15 16:11:23 -07:00
env_librados.h Change RocksDB License 2017-07-15 16:11:23 -07:00
env_mirror.h Enable MSVC W4 with a few exceptions. Fix warnings and bugs 2017-10-19 10:57:12 -07:00
geo_db.h Comment out unused variables 2018-03-05 13:13:41 -08:00
info_log_finder.h Change RocksDB License 2017-07-15 16:11:23 -07:00
json_document.h Change RocksDB License 2017-07-15 16:11:23 -07:00
ldb_cmd_execute_result.h Change RocksDB License 2017-07-15 16:11:23 -07:00
ldb_cmd.h Change RocksDB License 2017-07-15 16:11:23 -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 Change RocksDB License 2017-07-15 16:11:23 -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 Change RocksDB License 2017-07-15 16:11:23 -07:00
sim_cache.h CacheActivityLogger, component to log cache activity into a file 2017-07-28 12:36:48 -07:00
spatial_db.h Change RocksDB License 2017-07-15 16:11:23 -07:00
stackable_db.h allowing CompactFiles to return new file names 2018-03-15 11:58:12 -07:00
table_properties_collectors.h Change RocksDB License 2017-07-15 16:11:23 -07:00
transaction_db_mutex.h Change RocksDB License 2017-07-15 16:11:23 -07:00
transaction_db.h Fix some typos in comments and docs. 2018-03-08 10:27:25 -08:00
transaction.h Fix some typos in comments and docs. 2018-03-08 10:27:25 -08:00
utility_db.h Ensure Windows build w/o port/port.h in public headers 2015-07-16 12:10:16 -07:00
write_batch_with_index.h Fix some typos in comments and docs. 2018-03-08 10:27:25 -08:00