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

Method SetRootTabletAddr

src/tabletnode/tabletnode_impl.cc:923–925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

921}
922
923void TabletNodeImpl::SetRootTabletAddr(const std::string& root_tablet_addr) {
924 root_tablet_addr_ = root_tablet_addr;
925}
926
927/*
928 * all cached tablets/files:

Callers 5

InitMethod · 0.80
OnRootNodeCreatedMethod · 0.80
OnRootNodeDeletedMethod · 0.80
OnRootNodeChangedMethod · 0.80
OnMetaChangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected