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

Method GetPlanToMoveInCount

src/master/tabletnode_manager.cc:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169uint32_t TabletNode::GetPlanToMoveInCount() {
170 MutexLock lock(&mutex_);
171 VLOG(16) << "GetPlanToMoveInCount: " << addr_ << " " << plan_move_in_count_;
172 return plan_move_in_count_;
173}
174
175void TabletNode::PlanToMoveIn() {
176 MutexLock lock(&mutex_);

Callers 2

ScheduleTabletNodeMethod · 0.80
ShouldMoveDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected