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

Method ToMetaTableKeyValue

src/master/tablet_manager.cc:489–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487}
488
489void Tablet::ToMetaTableKeyValue(std::string* packed_key, std::string* packed_value) {
490 MutexLock lock(&mutex_);
491 MakeMetaTableKeyValue(meta_, packed_key, packed_value);
492}
493
494std::ostream& operator<<(std::ostream& o, const Table& table) {
495 MutexLock lock(&table.mutex_);

Callers 2

DumpMetaTableToFileMethod · 0.45
DumpMetaTableMethod · 0.45

Calls 1

MakeMetaTableKeyValueFunction · 0.85

Tested by

no test coverage detected