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

Method GetRowReadDelay

src/master/tabletnode_manager.cc:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159uint64_t TabletNode::GetRowReadDelay() {
160 MutexLock lock(&mutex_);
161 return average_counter_.row_read_delay_;
162}
163
164uint64_t TabletNode::GetPersistentCacheSize() {
165 MutexLock lock(&mutex_);

Callers 2

CompareMethod · 0.80
FindBestTabletMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected