..
utilities
Restore Regex support for ObjectLibrary::Register, rename new APIs to allow old one to be deprecated in the future ( #9362 )
3 years ago
advanced_options.h
Support readahead during compaction for blob files ( #9187 )
3 years ago
c.h
Take compression level_values as const pointer ( #9376 )
3 years ago
cache.h
Some API clarifications ( #9080 )
3 years ago
cache_bench_tool.h
Allow cache_bench/db_bench to use a custom secondary cache ( #8312 )
4 years ago
cleanable.h
Replace most typedef with using= ( #8751 )
3 years ago
compaction_filter.h
Fix compile warnings ( #9199 )
3 years ago
compaction_job_stats.h
Update compaction statistics to include the amount of data read from blob files ( #8022 )
4 years ago
comparator.h
Make RocksDB codebase compatible with newer compilers like clang-12 ( #9370 )
3 years ago
compression_type.h
Move CompressionType to its own header file ( #7162 )
4 years ago
concurrent_task_limiter.h
Some API clarifications ( #9080 )
3 years ago
configurable.h
Make WalFilter, SstPartitionerFactory, FileChecksumGenFactory, and TableProperties Customizable ( #8638 )
3 years ago
convenience.h
Add ObjectRegistry to ConfigOptions ( #8166 )
4 years ago
customizable.h
Fix GetOptionsPtr for Wrapped Customizable; Allow null options map ( #9213 )
3 years ago
data_structure.h
Add (Live)FileStorageInfo API ( #8968 )
3 years ago
db.h
Make IncreaseFullHistoryTsLow to a public API ( #9221 )
3 years ago
db_bench_tool.h
Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE ( #6433 )
5 years ago
db_dump_tool.h
Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE ( #6433 )
5 years ago
db_stress_tool.h
Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE ( #6433 )
5 years ago
env.h
Make the Env class Customizable ( #9293 )
3 years ago
env_encryption.h
Some API clarifications ( #9080 )
3 years ago
experimental.h
Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE ( #6433 )
5 years ago
file_checksum.h
Make RocksDB codebase compatible with newer compilers like clang-12 ( #9370 )
3 years ago
file_system.h
Fix backward compatibility breakage in FileSystemWrapper ( #9156 )
3 years ago
filter_policy.h
Add Bloom/Ribbon hybrid API support ( #8679 )
3 years ago
flush_block_policy.h
Some API clarifications ( #9080 )
3 years ago
functor_wrapper.h
Fix and detect headers with missing dependencies ( #8893 )
3 years ago
io_status.h
Add a new IOStatus subcode to indicate that writes are fenced off ( #7374 )
4 years ago
iostats_context.h
Add file temperature related counter and bytes stats to and io_stats ( #8710 )
3 years ago
iterator.h
Enable backward iterator for keys with user-defined timestamp ( #8035 )
4 years ago
ldb_tool.h
Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE ( #6433 )
5 years ago
listener.h
Fix race condition in `error_handler_fs_test` ( #9325 )
3 years ago
memory_allocator.h
Make MemoryAllocator into a Customizable class ( #8980 )
3 years ago
memtablerep.h
Make RocksDB codebase compatible with newer compilers like clang-12 ( #9370 )
3 years ago
merge_operator.h
Fix compile warnings ( #9199 )
3 years ago
metadata.h
Add (Live)FileStorageInfo API ( #8968 )
3 years ago
options.h
Clarify Options::rate_limiter api ( #9361 )
3 years ago
perf_context.h
Add a PerfContext counter for secondary cache hits ( #8685 )
3 years ago
perf_level.h
Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE ( #6433 )
5 years ago
persistent_cache.h
Check for and disallow shared key space in block caches ( #9172 )
3 years ago
rate_limiter.h
Make RateLimiter Customizable ( #9141 )
3 years ago
rocksdb_namespace.h
Fix and detect headers with missing dependencies ( #8893 )
3 years ago
secondary_cache.h
Fix compile warnings ( #9199 )
3 years ago
slice.h
Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE ( #6433 )
5 years ago
slice_transform.h
Fix compile warnings ( #9199 )
3 years ago
snapshot.h
Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE ( #6433 )
5 years ago
sst_dump_tool.h
Add --version and --help to ldb and sst_dump ( #6951 )
5 years ago
sst_file_manager.h
Some API clarifications ( #9080 )
3 years ago
sst_file_reader.h
Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE ( #6433 )
5 years ago
sst_file_writer.h
Support timestamps in SstFileWriter ( #8899 )
3 years ago
sst_partitioner.h
Make RocksDB codebase compatible with newer compilers like clang-12 ( #9370 )
3 years ago
statistics.h
Add tiered storage related read bytes stats to Statistic ( #9123 )
3 years ago
stats_history.h
More refactoring ahead of footer & meta changes ( #9240 )
3 years ago
status.h
Fix small issues ( #5896 )
3 years ago
system_clock.h
Fix compile warnings ( #9199 )
3 years ago
table.h
More refactoring ahead of footer & meta changes ( #9240 )
3 years ago
table_properties.h
Make RocksDB codebase compatible with newer compilers like clang-12 ( #9370 )
3 years ago
thread_status.h
Fix and detect headers with missing dependencies ( #8893 )
3 years ago
threadpool.h
Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE ( #6433 )
5 years ago
trace_reader_writer.h
Update comments, fix typos. ( #8721 )
3 years ago
trace_record.h
Add `IteratorTraceExecutionResult` for iterator related trace records. ( #8687 )
3 years ago
trace_record_result.h
Add `IteratorTraceExecutionResult` for iterator related trace records. ( #8687 )
3 years ago
transaction_log.h
Replace most typedef with using= ( #8751 )
3 years ago
types.h
Expose blob file information through the EventListener interface ( #8675 )
3 years ago
unique_id.h
Experimental support for SST unique IDs ( #8990 )
3 years ago
universal_compaction.h
Incremental Space Amp Compactions in Universal Style ( #8655 )
3 years ago
version.h
Update to version 6.28 ( #9312 )
3 years ago
wal_filter.h
Fix compile warnings ( #9199 )
3 years ago
write_batch.h
Fix link error reported in issue 9272 ( #9278 )
3 years ago
write_batch_base.h
Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE ( #6433 )
5 years ago
write_buffer_manager.h
Minor improvement to CacheReservationManager/WriteBufferManager/CompressionDictBuilding ( #9139 )
3 years ago