Home
last modified time | relevance | path

Searched defs:PersistentCacheConfig (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/utilities/persistent_cache/
Dpersistent_cache_tier.h83 struct PersistentCacheConfig { struct
99 Status ValidateSettings() const { in ValidateSettings()
129 Env* env;
134 std::string path;
139 std::shared_ptr<Logger> log;
144 bool enable_direct_reads = true;
149 bool enable_direct_writes = false;
162 uint32_t cache_file_size = 100ULL * 1024 * 1024;
171 uint32_t writer_qdepth = 1;
180 bool pipeline_writes = true;
[all …]