| 911 | } |
| 912 | |
| 913 | void TabletNodeImpl::SetTabletNodeStatus(const TabletNodeStatus& status) { |
| 914 | MutexLock lock(&status_mutex_); |
| 915 | status_ = status; |
| 916 | } |
| 917 | |
| 918 | TabletNodeImpl::TabletNodeStatus TabletNodeImpl::GetTabletNodeStatus() { |
| 919 | MutexLock lock(&status_mutex_); |