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

Method Framework

src/master/framework.cpp:34–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32namespace master {
33
34Framework::Framework(
35 Master* const master,
36 const Flags& masterFlags,
37 const FrameworkInfo& info,
38 OfferConstraints&& offerConstraints,
39 const process::UPID& pid,
40 const Owned<ObjectApprovers>& approvers,
41 const process::Time& time)
42 : Framework(
43 master,
44 masterFlags,
45 info,
46 std::move(offerConstraints),
47 CONNECTED,
48 true,
49 approvers,
50 time)
51{
52 pid_ = pid;
53}
54
55
56Framework::Framework(

Callers

nothing calls this directly

Calls 2

getRolesFunction · 0.85
TimeClass · 0.50

Tested by

no test coverage detected