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

Method GetTabletMetaList

src/tabletnode/tabletnode_sysinfo.cc:784–787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782}
783
784void TabletNodeSysInfo::GetTabletMetaList(TabletMetaList* meta_list) {
785 MutexLock lock(&mutex_);
786 meta_list->CopyFrom(*tablet_list_);
787}
788
789void TabletNodeSysInfo::SetServerAddr(const std::string& addr) {
790 MutexLock lock(&mutex_);

Callers 1

QueryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected