Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
572
int64_t ZooKeeper::getSessionId()
573
{
574
return dispatch(process, &ZooKeeperProcess::getSessionId).get();
575
}
576
577
578
Duration ZooKeeper::getSessionTimeout() const
Callers
10
connected
Method · 0.45
reconnecting
Method · 0.45
expired
Method · 0.45
startConnection
Method · 0.45
session
Method · 0.45
connected
Method · 0.45
reconnecting
Method · 0.45
timedout
Method · 0.45
expired
Method · 0.45
updated
Method · 0.45
Calls
2
dispatch
Function · 0.50
get
Method · 0.45
Tested by
no test coverage detected