| 75 | return m_ret_tm_add; |
| 76 | } |
| 77 | bool RemoveTablet(const std::string& table_name, const std::string& key_start, |
| 78 | const std::string& key_end, StatusCode* status) { |
| 79 | return m_ret_tm_remove; |
| 80 | } |
| 81 | io::TabletIO* GetTablet(const std::string& table_name, const std::string& key_start, |
| 82 | const std::string& key_end, StatusCode* status) { |
| 83 | m_tablet_io.AddRef(); |