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

Method DoScanTablet

src/tabletnode/remote_tabletnode.cc:698–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

696}
697
698void RemoteTabletNode::DoScanTablet(google::protobuf::RpcController* controller,
699 const ScanTabletRequest* request, ScanTabletResponse* response,
700 google::protobuf::Closure* done) {
701 VLOG(8) << "run RPC (ScanTablet)";
702 tabletnode_impl_->ScanTablet(request, response, done);
703 VLOG(8) << "finish RPC (ScanTablet)";
704}
705
706void RemoteTabletNode::DoQuery(google::protobuf::RpcController* controller,
707 const QueryRequest* request, QueryResponse* response,

Callers

nothing calls this directly

Calls 1

ScanTabletMethod · 0.45

Tested by

no test coverage detected