MCPcopy Create free account
hub / github.com/apache/mesos / recover

Method recover

src/slave/containerizer/mesos/containerizer.cpp:710–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708
709
710Future<Nothing> MesosContainerizer::recover(
711 const Option<state::SlaveState>& state)
712{
713 return dispatch(process.get(),
714 &MesosContainerizerProcess::recover,
715 state);
716}
717
718
719Future<Containerizer::LaunchResult> MesosContainerizer::launch(

Callers 2

foreachFunction · 0.45
recoverProvisionerMethod · 0.45

Calls 9

getContainerIdsFunction · 0.85
FailureClass · 0.85
deferFunction · 0.85
errorMethod · 0.65
dispatchFunction · 0.50
getMethod · 0.45
isSomeMethod · 0.45
isErrorMethod · 0.45
thenMethod · 0.45

Tested by

no test coverage detected