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

Method block

src/tests/master_load_tests.cpp:227–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 }
226
227 Future<Nothing> block()
228 {
229 return process::dispatch(
230 process_.get(),
231 &BlockingAuthorizerProcess::block);
232 }
233
234 Future<Nothing> unleash()
235 {

Callers 5

prepareClusterMethod · 0.45
devolveFunction · 0.45
evolveFunction · 0.45
devolveFunction · 0.45
evolveFunction · 0.45

Calls 2

dispatchFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected