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

Method _recoverContainerizer

src/slave/slave.cpp:8011–8015  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8009
8010
8011Future<Nothing> Slave::_recoverContainerizer(
8012 const Option<SlaveState>& state)
8013{
8014 return containerizer->recover(state);
8015}
8016
8017
8018Future<Nothing> Slave::_recoverOperations(

Callers

nothing calls this directly

Calls 1

recoverMethod · 0.45

Tested by

no test coverage detected