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

Method getState

src/zookeeper/zookeeper.cpp:566–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564
565
566int ZooKeeper::getState()
567{
568 return dispatch(process, &ZooKeeperProcess::getState).get();
569}
570
571
572int64_t ZooKeeper::getSessionId()

Callers 5

createMethod · 0.45
doJoinMethod · 0.45
doCancelMethod · 0.45
doDataMethod · 0.45
cacheMethod · 0.45

Calls 2

dispatchFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected