Home
last modified time | relevance | path

Searched refs:storage_options (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/table/plain/
Dplain_table_reader.h52 const EnvOptions& storage_options, in PlainTableReaderFileInfo()
54 : is_mmap_mode(storage_options.use_mmap_reads), in PlainTableReaderFileInfo()
Dplain_table_reader.cc98 const EnvOptions& storage_options, const InternalKeyComparator& icomparator, in PlainTableReader() argument
109 file_info_(std::move(file), storage_options, in PlainTableReader()
/rocksdb-6.9/db/
Dtable_cache.h52 const FileOptions& storage_options, Cache* cache,
Dversion_set.cc3541 const FileOptions& storage_options, Cache* table_cache, in VersionSet() argument
3546 dbname, _db_options, storage_options, table_cache, in VersionSet()
3562 file_options_(storage_options), in VersionSet()