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

Method getSessionTimeout

src/zookeeper/zookeeper.cpp:578–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576
577
578Duration ZooKeeper::getSessionTimeout() const
579{
580 return dispatch(process, &ZooKeeperProcess::getSessionTimeout).get();
581}
582
583
584int ZooKeeper::authenticate(const string& scheme, const string& credentials)

Callers 3

TEST_FFunction · 0.45
startConnectionMethod · 0.45
reconnectingMethod · 0.45

Calls 2

dispatchFunction · 0.50
getMethod · 0.45

Tested by 1

TEST_FFunction · 0.36