MCPcopy Create free account
hub / github.com/dmlc/parameter_server / submit

Method submit

src/system/remote_node.cc:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15int RNode::submit(const MessagePtr& msg) {
16 CHECK_NOTNULL(this); CHECK(msg);
17 auto msgs = exec_.obj().slice(msg, exec_.keyRanges(id()));
18 return submit(msgs);
19}
20
21int RNode::submit(const Task& task,
22 const Message::Callback& recv_handle) {

Callers 7

runMethod · 0.80
syncMethod · 0.80
startMethod · 0.80
stopMethod · 0.80
manageNodeMethod · 0.80
reporterMethod · 0.80
reportMethod · 0.80

Calls 14

reserveMethod · 0.80
backMethod · 0.80
set_requestMethod · 0.80
set_customerMethod · 0.80
encodeFilterMethod · 0.80
queueMethod · 0.80
waitMethod · 0.80
sliceMethod · 0.45
sizeMethod · 0.45
has_timeMethod · 0.45
timeMethod · 0.45
set_timeMethod · 0.45

Tested by

no test coverage detected