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

Method usage

src/slave/containerizer/mesos/isolator.cpp:116–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115
116Future<ResourceStatistics> MesosIsolator::usage(
117 const ContainerID& containerId)
118{
119 return dispatch(process.get(),
120 &MesosIsolatorProcess::usage,
121 containerId);
122}
123
124
125Future<ContainerStatus> MesosIsolator::status(

Callers 2

executeMethod · 0.45
executeMethod · 0.45

Calls 2

dispatchFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected