Home
last modified time | relevance | path

Searched refs:io_priority (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/table/
Dsst_file_writer.cc36 io_priority(_io_priority), in Rep()
48 Env::IOPriority io_priority; member
166 Env::IOPriority io_priority, bool skip_filters) in SstFileWriter() argument
167 : rep_(new Rep(env_options, options, io_priority, user_comparator, in SstFileWriter()
189 sst_file->SetIOPriority(r->io_priority); in Open()
/rocksdb-6.9/include/rocksdb/
Dsst_file_writer.h86 Env::IOPriority io_priority = Env::IOPriority::IO_TOTAL,
89 invalidate_page_cache, io_priority, skip_filters) {}
96 Env::IOPriority io_priority = Env::IOPriority::IO_TOTAL,
Drate_limiter.h78 Env::IOPriority io_priority, Statistics* stats,
/rocksdb-6.9/db/
Dbuilder.cc85 EventLogger* event_logger, int job_id, const Env::IOPriority io_priority, in BuildTable() argument
132 file->SetIOPriority(io_priority); in BuildTable()
168 if (io_priority == Env::IO_HIGH && in BuildTable()
Dbuilder.h82 const Env::IOPriority io_priority = Env::IO_HIGH,
/rocksdb-6.9/util/
Drate_limiter.cc20 Env::IOPriority io_priority, Statistics* stats, in RequestToken() argument
22 if (io_priority < Env::IO_TOTAL && IsRateLimited(op_type)) { in RequestToken()
31 Request(bytes, io_priority, stats, op_type); in RequestToken()