| 283 | |
| 284 | bool IsHashTable() override { return is_hash_table_.load(); } |
| 285 | std::function<std::string(const std::string&)> GetHashMethod() override { return hash_method_; } |
| 286 | |
| 287 | private: |
| 288 | bool ScanTabletNode(const TabletMeta& tablet_meta, const std::string& key_start, |
no outgoing calls