rocksdb/include/rocksdb
Sergei Petrunia d8bd9fc7b3 Range Locking: Allow different LockManagers, add Range Lock definitions (#7443)
Summary:
This PR has two commits:
1.  Modify the code to allow different Lock Managers (of any kind) to be used.  It is implied that a LockManager uses its own custom LockTracker.
2.  Add definitions for Range Locking (class Endpoint and GetRangeLock() function.

cheng-chang, is this what you've had in mind (should the PR have both item 1 and item 2?)

Pull Request resolved: https://github.com/facebook/rocksdb/pull/7443

Reviewed By: zhichao-cao

Differential Revision: D24123172

Pulled By: cheng-chang

fbshipit-source-id: c6548ad6d4cc3c25f68d13b29147bc6fdf357185
2020-12-07 20:18:07 -08:00
..
utilities Range Locking: Allow different LockManagers, add Range Lock definitions (#7443) 2020-12-07 20:18:07 -08:00
advanced_options.h Add options for integrated blob GC (#7661) 2020-11-12 18:58:44 -08:00
c.h Add getters to the C API for env, universal compaction options and fifo compaction options (#7501) 2020-10-16 11:04:01 -07:00
cache.h
cleanable.h
compaction_filter.h
compaction_job_stats.h Add is_full_compaction to CompactionJobStats, cleanup (#7451) 2020-10-01 12:52:58 -07:00
comparator.h
compression_type.h Move CompressionType to its own header file (#7162) 2020-08-03 15:49:31 -07:00
concurrent_task_limiter.h
configurable.h Create a Customizable class to load classes and configurations (#6590) 2020-11-11 15:10:41 -08:00
convenience.h Bring the Configurable options together (#5753) 2020-09-14 17:01:01 -07:00
customizable.h Create a Customizable class to load classes and configurations (#6590) 2020-11-11 15:10:41 -08:00
db.h Make CompactRange and GetApproximateSizes work with timestamp (#7684) 2020-12-02 13:00:53 -08:00
db_bench_tool.h
db_dump_tool.h
db_stress_tool.h
env.h Require only one `Logger::Logv()` implementation (#7605) 2020-10-28 10:00:51 -07:00
env_encryption.h Changes to EncryptedEnv public API (#7279) 2020-09-15 17:14:10 -07:00
experimental.h
file_checksum.h BackupEngine supports custom file checksums (#7085) 2020-08-12 13:31:09 -07:00
file_system.h Fix many tests to run with MEM_ENV and ENCRYPTED_ENV; Introduce a MemoryFileSystem class (#7566) 2020-10-27 10:33:09 -07:00
filter_policy.h Experimental (production candidate) SST schema for Ribbon filter (#7658) 2020-11-12 20:46:14 -08:00
flush_block_policy.h
io_status.h Add a new IOStatus subcode to indicate that writes are fenced off (#7374) 2020-09-14 16:04:47 -07:00
iostats_context.h
iterator.h
ldb_tool.h
listener.h Add kManifestWriteNoWAL to BackgroundErrorReason to handle Flush IO Error when WAL is disabled (#7693) 2020-12-02 18:24:01 -08:00
memory_allocator.h slightly improve jemalloc allocator API header (#7592) 2020-10-28 13:47:12 -07:00
memtablerep.h
merge_operator.h Fix merge operator docs typo (#7716) 2020-11-30 12:09:39 -08:00
metadata.h Expose the start of the expiration range for TTL blob files through LiveFileMetaData (#7365) 2020-09-10 11:33:33 -07:00
options.h Fix initialization order of DBOptions and kHostnameForDbHostId (#7702) 2020-11-19 22:39:40 -08:00
perf_context.h
perf_level.h
persistent_cache.h
rate_limiter.h
rocksdb_namespace.h
slice.h
slice_transform.h
snapshot.h
sst_dump_tool.h
sst_file_manager.h
sst_file_reader.h
sst_file_writer.h
sst_partitioner.h SST Partitioner interface that allows to split SST files (#6957) 2020-07-24 13:44:49 -07:00
statistics.h Add Stats for MultiGet (#7366) 2020-10-07 13:28:48 -07:00
stats_history.h
status.h Revert `Status`es returned from pre-`Configurable` options functions (#7563) 2020-10-20 11:53:28 -07:00
table.h Create a Customizable class to load classes and configurations (#6590) 2020-11-11 15:10:41 -08:00
table_properties.h Add a host location property to TableProperties (#7479) 2020-10-19 11:38:48 -07:00
thread_status.h
threadpool.h
trace_reader_writer.h
transaction_log.h
types.h Make FileType Public and Replace kLogFile with kWalFile (#7580) 2020-10-22 17:06:20 -07:00
universal_compaction.h
version.h Update release history to 6.15 (#7673) 2020-11-15 12:37:24 -08:00
wal_filter.h
write_batch.h
write_batch_base.h
write_buffer_manager.h