Home
last modified time | relevance | path

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

/rocksdb-6.9/examples/
Dcompact_files_example.cc62 class FullCompactor : public Compactor { class
64 explicit FullCompactor(const Options options) : options_(options) { in FullCompactor() function in FullCompactor
107 options_.env->Schedule(&FullCompactor::CompactFiles, task); in ScheduleCompaction()
144 options.listeners.emplace_back(new FullCompactor(options)); in main()