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

Method GetPersistentCacheSize

src/master/tabletnode_manager.cc:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164uint64_t TabletNode::GetPersistentCacheSize() {
165 MutexLock lock(&mutex_);
166 return persistent_cache_size_;
167}
168
169uint32_t TabletNode::GetPlanToMoveInCount() {
170 MutexLock lock(&mutex_);

Callers 5

IsFlashSizeEnoughMethod · 0.80
CostMethod · 0.80
DebugCollectMethod · 0.80
IsFlashSizeEnoughMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected