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

Method reregister

src/tests/master_benchmarks.cpp:261–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 }
260
261 Future<Nothing> reregister()
262 {
263 return dispatch(process.get(), &TestSlaveProcess::reregister);
264 }
265
266private:
267 Owned<TestSlaveProcess> process;

Callers 1

foreachFunction · 0.45

Calls 2

dispatchFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected