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

Method prepare

src/slave/containerizer/mesos/isolator_tracker.cpp:71–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70
71Future<Option<ContainerLaunchInfo>> IsolatorTracker::prepare(
72 const ContainerID& containerId,
73 const ContainerConfig& containerConfig)
74{
75 return tracker->track(
76 isolator->prepare(containerId, containerConfig),
77 strings::format("%s::prepare", isolatorName).get(),
78 COMPONENT_NAME_CONTAINERIZER,
79 {{"containerId", stringify(containerId)}});
80}
81
82
83Future<Nothing> IsolatorTracker::isolate(

Callers

nothing calls this directly

Calls 4

formatFunction · 0.85
trackMethod · 0.80
stringifyFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected