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

Method usage

src/slave/containerizer/mesos/containerizer.cpp:756–762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

754
755
756Future<ResourceStatistics> MesosContainerizer::usage(
757 const ContainerID& containerId)
758{
759 return dispatch(process.get(),
760 &MesosContainerizerProcess::usage,
761 containerId);
762}
763
764
765Future<ContainerStatus> MesosContainerizer::status(

Callers 1

foreachFunction · 0.45

Calls 11

FailureClass · 0.85
atMethod · 0.80
dispatchFunction · 0.50
stringifyFunction · 0.50
awaitFunction · 0.50
bindFunction · 0.50
getMethod · 0.45
containsMethod · 0.45
isSomeMethod · 0.45
resourcesMethod · 0.45
thenMethod · 0.45

Tested by

no test coverage detected