rocksdb/utilities
anand76 d227276147 Deprecate some variants of Get and MultiGet (#12327)
Summary:
A lot of variants of Get and MultiGet have been added to `include/rocksdb/db.h` over the years. Try to consolidate them by marking variants that don't return timestamps as deprecated. The underlying DB implementation will check and return Status::NotSupported() if it doesn't support returning timestamps and the caller asks for it.

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

Reviewed By: pdillinger

Differential Revision: D53828151

Pulled By: anand1976

fbshipit-source-id: e0b5ca42d32daa2739d5f439a729815a2d4ff050
2024-02-16 09:21:06 -08:00
..
agg_merge
backup Remove the force mode for EnableFileDeletions API (#12337) 2024-02-13 18:36:25 -08:00
blob_db Deprecate some variants of Get and MultiGet (#12327) 2024-02-16 09:21:06 -08:00
cassandra Remove 'virtual' when implied by 'override' (#12319) 2024-01-31 13:14:42 -08:00
checkpoint Remove the force mode for EnableFileDeletions API (#12337) 2024-02-13 18:36:25 -08:00
compaction_filters
convenience
leveldb_options
memory
merge_operators Remove 'virtual' when implied by 'override' (#12319) 2024-01-31 13:14:42 -08:00
option_change_migration
options
persistent_cache Prefer static_cast in place of most reinterpret_cast (#12308) 2024-02-07 10:44:11 -08:00
simulator_cache
table_properties_collectors Remove 'virtual' when implied by 'override' (#12319) 2024-01-31 13:14:42 -08:00
trace Prefer static_cast in place of most reinterpret_cast (#12308) 2024-02-07 10:44:11 -08:00
transactions Deprecate some variants of Get and MultiGet (#12327) 2024-02-16 09:21:06 -08:00
ttl Deprecate some variants of Get and MultiGet (#12327) 2024-02-16 09:21:06 -08:00
write_batch_with_index
cache_dump_load.cc
cache_dump_load_impl.cc
cache_dump_load_impl.h Remove 'virtual' when implied by 'override' (#12319) 2024-01-31 13:14:42 -08:00
compaction_filters.cc
counted_fs.cc
counted_fs.h
debug.cc
env_mirror.cc
env_mirror_test.cc
env_timed.cc
env_timed.h
env_timed_test.cc
fault_injection_env.cc
fault_injection_env.h Remove 'virtual' when implied by 'override' (#12319) 2024-01-31 13:14:42 -08:00
fault_injection_fs.cc Change ReadAsync callback API to remove const from FSReadRequest (#11649) 2024-02-16 09:14:55 -08:00
fault_injection_fs.h Change ReadAsync callback API to remove const from FSReadRequest (#11649) 2024-02-16 09:14:55 -08:00
fault_injection_secondary_cache.cc
fault_injection_secondary_cache.h Remove 'virtual' when implied by 'override' (#12319) 2024-01-31 13:14:42 -08:00
memory_allocators.h
merge_operators.cc
merge_operators.h
object_registry.cc
object_registry_test.cc
util_merge_operators_test.cc
wal_filter.cc