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

Method SetUpdateTime

src/master/tablet_manager.cc:450–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448}
449
450int64_t Tablet::SetUpdateTime(int64_t timestamp) {
451 MutexLock lock(&mutex_);
452 int64_t ts = update_time_;
453 update_time_ = timestamp;
454 return ts;
455}
456
457int64_t Tablet::ReadyTime() {
458 MutexLock lock(&mutex_);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected