| 206 | ::fedb::type::CompressType GetCompressType(); |
| 207 | |
| 208 | inline uint64_t GetRecordByteSize() const { |
| 209 | return record_byte_size_.load(std::memory_order_relaxed); |
| 210 | } |
| 211 | |
| 212 | uint64_t GetRecordCnt() const override { |
| 213 | return record_cnt_.load(std::memory_order_relaxed); |
no outgoing calls