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

Method CommitUpdate

src/master/tablet_manager.cc:652–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650}
651
652void Table::CommitUpdate() {
653 ClearOldSchema();
654 ClearSchemaSyncLock();
655}
656
657void Table::ToMeta(TableMeta* meta) {
658 meta->set_table_name(name_);

Callers 3

UpdateMetaDoneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected