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

Method ReadTablet

src/tabletnode/tabletnode_impl.cc:1413–1420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1411}
1412
1413void TabletNodeImpl::ReadTablet(int64_t start_micros, const ReadTabletRequest* request,
1414 ReadTabletResponse* response, google::protobuf::Closure* done,
1415 ThreadPool* read_thread_pool) {
1416 auto read_tablet_task = make_shared<ReadTabletTask>(start_micros, tablet_manager_, request,
1417 response, done, read_thread_pool);
1418
1419 read_tablet_task->StartRead();
1420}
1421
1422void TabletNodeImpl::PersistentCacheGarbageCollect(const std::set<std::string>& inherited_files,
1423 const std::set<std::string>& active_tablets) {

Callers 1

TEST_FFunction · 0.45

Calls 1

StartReadMethod · 0.80

Tested by 1

TEST_FFunction · 0.36