Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/tera
/ LastMoveTime
Method
LastMoveTime
src/master/tablet_manager.cc:462–465 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
460
}
461
462
int64_t Tablet::LastMoveTime() const {
463
MutexLock lock(&mutex_);
464
return last_move_time_us_;
465
}
466
467
void Tablet::SetLastMoveTime(int64_t time) {
468
MutexLock lock(&mutex_);
Callers
3
IsTabletMoveTooFrequent
Method · 0.80
DebugCollect
Method · 0.80
ShowTables
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected