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

Method GetInfo

src/master/tabletnode_manager.cc:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107TabletNode::~TabletNode() {}
108
109TabletNodeInfo TabletNode::GetInfo() {
110 MutexLock lock(&mutex_);
111 return info_;
112}
113
114const std::string& TabletNode::GetAddr() { return addr_; }
115

Callers 1

ShowTabletNodesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected