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

Method corrections

src/slave/qos_controllers/load.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 loadThreshold15Min(_loadThreshold15Min) {}
66
67 Future<list<QoSCorrection>> corrections()
68 {
69 return usage().then(defer(self(), &Self::_corrections, lambda::_1));
70 }
71
72 Future<list<QoSCorrection>> _corrections(const ResourceUsage& usage)
73 {

Callers

nothing calls this directly

Calls 3

deferFunction · 0.85
usageFunction · 0.50
thenMethod · 0.45

Tested by

no test coverage detected