| 224 | bool IsExpire(const ::fedb::api::LogEntry& entry) override; |
| 225 | |
| 226 | inline bool GetExpireStatus() { |
| 227 | return enable_gc_.load(std::memory_order_relaxed); |
| 228 | } |
| 229 | |
| 230 | inline void RecordCntIncr() { |
| 231 | record_cnt_.fetch_add(1, std::memory_order_relaxed); |