Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ isRestore
Method
isRestore
fdbserver/DataDistributionQueue.actor.cpp:170–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
}
169
170
bool isRestore() const { return this->dataMove != nullptr; }
171
172
bool operator>(const RelocateData& rhs) const {
173
return priority != rhs.priority
Callers
4
DataDistribution.actor.cpp
File · 0.45
launchQueuedWork
Method · 0.45
Future<Void> dataDistributionRelocator
Function · 0.45
Future<Void> dataDistributionQueue
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected