Searched refs:flush_reason (Results 1 – 8 of 8) sorted by relevance
| /rocksdb-6.9/db/ |
| D | flush_job.cc | 54 const char* GetFlushReasonString (FlushReason flush_reason) { in GetFlushReasonString() argument 55 switch (flush_reason) { in GetFlushReasonString() 465 info->flush_reason = cfd_->GetFlushReason(); in GetFlushJobInfo()
|
| D | column_family.h | 322 void SetFlushReason(FlushReason flush_reason) { in SetFlushReason() argument 323 flush_reason_ = flush_reason; in SetFlushReason()
|
| D | db_wal_test.cc | 1474 assert(FlushReason::kWriteBufferManager == flush_job_info.flush_reason); in TEST_F()
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_compaction_flush.cc | 622 info.flush_reason = cfd->GetFlushReason(); in NotifyOnFlushBegin() 1581 FlushReason flush_reason, bool writes_stopped) { in FlushMemTable() argument 1661 SchedulePendingFlush(flush_req, flush_reason); in FlushMemTable() 1682 (flush_reason == FlushReason::kErrorRecovery)); in FlushMemTable() 1696 const FlushOptions& flush_options, FlushReason flush_reason, in AtomicFlushMemTables() argument 1765 SchedulePendingFlush(flush_req, flush_reason); in AtomicFlushMemTables() 1784 (flush_reason == FlushReason::kErrorRecovery)); in AtomicFlushMemTables() 2113 FlushReason flush_reason) { in SchedulePendingFlush() argument 2120 cfd->SetFlushReason(flush_reason); in SchedulePendingFlush()
|
| D | db_impl.h | 1431 FlushReason flush_reason, bool writes_stopped = false); 1435 const FlushOptions& options, FlushReason flush_reason, 1561 void SchedulePendingFlush(const FlushRequest& req, FlushReason flush_reason);
|
| /rocksdb-6.9/include/rocksdb/ |
| D | listener.h | 198 FlushReason flush_reason; member
|
| /rocksdb-6.9/tools/advisor/test/input_files/ |
| D | LOG-1 | 4 … 1, "num_entries": 28018, "num_deletes": 0, "memory_usage": 4065512, "flush_reason": "Write Buffer…
|
| D | LOG-0 | 4 … 1, "num_entries": 28018, "num_deletes": 0, "memory_usage": 4065512, "flush_reason": "Write Buffer…
|