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

Method GetScanPending

src/master/tabletnode_manager.cc:154–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154uint64_t TabletNode::GetScanPending() {
155 MutexLock lock(&mutex_);
156 return average_counter_.scan_pending_;
157}
158
159uint64_t TabletNode::GetRowReadDelay() {
160 MutexLock lock(&mutex_);

Callers 3

ClusterMethod · 0.80
DebugCollectMethod · 0.80
GetPendingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected