Searched refs:TableFileCreationReason (Results 1 – 11 of 11) sorted by relevance
| /rocksdb-6.9/db/ |
| D | event_helpers.h | 26 const std::string& file_path, int job_id, TableFileCreationReason reason); 38 TableFileCreationReason reason, const Status& s);
|
| D | event_helpers.cc | 28 const std::string& file_path, int job_id, TableFileCreationReason reason) { in NotifyTableFileCreationStarted() 74 TableFileCreationReason reason, const Status& s) { in LogAndNotifyTableFileCreationFinished()
|
| D | builder.h | 80 InternalStats* internal_stats, TableFileCreationReason reason,
|
| D | listener_test.cc | 704 int Index(TableFileCreationReason reason) { in Index() 707 case TableFileCreationReason::kFlush: in Index() 710 case TableFileCreationReason::kCompaction: in Index()
|
| D | builder.cc | 84 TableFileCreationReason reason, IOStatus* io_status, in BuildTable()
|
| D | flush_job.cc | 389 TableFileCreationReason::kFlush, &io_s, event_logger_, in WriteLevel0Table()
|
| D | repair.cc | 436 TableFileCreationReason::kRecovery, &io_s, nullptr /* event_logger */, in ConvertLogToTable()
|
| D | db_properties_test.cc | 1545 if (info.reason == TableFileCreationReason::kCompaction) { in TEST_F()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | listener.h | 29 enum class TableFileCreationReason { enum 47 TableFileCreationReason reason;
|
| /rocksdb-6.9/db/compaction/ |
| D | compaction_job.cc | 1385 TableFileCreationReason::kCompaction, s); in FinishCompactionOutputFile() 1475 TableFileCreationReason::kCompaction); in OpenCompactionOutputFile() 1496 TableProperties(), TableFileCreationReason::kCompaction, s); in OpenCompactionOutputFile()
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_open.cc | 1252 cfd->internal_stats(), TableFileCreationReason::kRecovery, &io_s, in WriteLevel0TableForRecovery()
|