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

Method DoDisableTable

src/master/remote_master.cc:145–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void RemoteMaster::DoDisableTable(google::protobuf::RpcController* controller,
146 const DisableTableRequest* request,
147 DisableTableResponse* response, google::protobuf::Closure* done) {
148 LOG(INFO) << "run RPC (DisableTable)";
149 master_impl_->DisableTable(request, response, done);
150 LOG(INFO) << "finish RPC (DisableTable)";
151}
152
153void RemoteMaster::DoEnableTable(google::protobuf::RpcController* controller,
154 const EnableTableRequest* request, EnableTableResponse* response,

Callers

nothing calls this directly

Calls 1

DisableTableMethod · 0.45

Tested by

no test coverage detected