Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
566
int ZooKeeper::getState()
567
{
568
return dispatch(process, &ZooKeeperProcess::getState).get();
569
}
570
571
572
int64_t ZooKeeper::getSessionId()
Callers
5
create
Method · 0.45
doJoin
Method · 0.45
doCancel
Method · 0.45
doData
Method · 0.45
cache
Method · 0.45
Calls
2
dispatch
Function · 0.50
get
Method · 0.45
Tested by
no test coverage detected