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

Method getChildren

src/zookeeper/zookeeper.cpp:643–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641
642
643int ZooKeeper::getChildren(
644 const string& path,
645 bool watch,
646 vector<string>* results)
647{
648 return dispatch(
649 process,
650 &ZooKeeperProcess::getChildren,
651 path,
652 watch,
653 results).get();
654}
655
656
657int ZooKeeper::set(const string& path, const string& data, int version)

Callers 2

doNamesMethod · 0.45
cacheMethod · 0.45

Calls 2

dispatchFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected