Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
578
Duration ZooKeeper::getSessionTimeout() const
579
{
580
return dispatch(process, &ZooKeeperProcess::getSessionTimeout).get();
581
}
582
583
584
int ZooKeeper::authenticate(const string& scheme, const string& credentials)
Callers
3
TEST_F
Function · 0.45
startConnection
Method · 0.45
reconnecting
Method · 0.45
Calls
2
dispatch
Function · 0.50
get
Method · 0.45
Tested by
1
TEST_F
Function · 0.36