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

Method updateConsumed

src/master/allocator/mesos/metrics.cpp:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220
221
222void Metrics::updateConsumed(
223 const string& role, const ResourceQuantities& consumed)
224{
225 quotaConsumed.update(role, consumed);
226}
227
228
229void Metrics::addRole(const string& role)

Callers 1

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected