Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
222
void Metrics::updateConsumed(
223
const string& role, const ResourceQuantities& consumed)
224
{
225
quotaConsumed.update(role, consumed);
226
}
227
228
229
void Metrics::addRole(const string& role)
Callers
1
updateQuotaConsumedMetric
Method · 0.80
Calls
1
update
Method · 0.45
Tested by
no test coverage detected