| 316 | } |
| 317 | |
| 318 | void TabletNode::ResetQueryFailCount() { |
| 319 | MutexLock lock(&mutex_); |
| 320 | query_fail_count_ = 0; |
| 321 | } |
| 322 | |
| 323 | TabletNodeManager::TabletNodeManager(MasterImpl* master_impl) |
| 324 | : tabletnode_added_(&mutex_), master_impl_(master_impl) {} |
no outgoing calls
no test coverage detected