MCPcopy Create free account
hub / github.com/baidu/tera / SetTabletNodeStatus

Method SetTabletNodeStatus

src/tabletnode/tabletnode_impl.cc:913–916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected