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

Method getSessionId

src/zookeeper/zookeeper.cpp:572–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570
571
572int64_t ZooKeeper::getSessionId()
573{
574 return dispatch(process, &ZooKeeperProcess::getSessionId).get();
575}
576
577
578Duration ZooKeeper::getSessionTimeout() const

Callers 10

connectedMethod · 0.45
reconnectingMethod · 0.45
expiredMethod · 0.45
startConnectionMethod · 0.45
sessionMethod · 0.45
connectedMethod · 0.45
reconnectingMethod · 0.45
timedoutMethod · 0.45
expiredMethod · 0.45
updatedMethod · 0.45

Calls 2

dispatchFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected