Uses of Class
org.apache.zookeeper.KeeperException.SessionMovedException
-
Packages that use KeeperException.SessionMovedException Package Description org.apache.zookeeper.server ZooKeeper server theory of operationorg.apache.zookeeper.server.quorum -
-
Uses of KeeperException.SessionMovedException in org.apache.zookeeper.server
Methods in org.apache.zookeeper.server that throw KeeperException.SessionMovedException Modifier and Type Method Description void
SessionTracker. checkGlobalSession(long sessionId, Object owner)
Strictly check that a given session is a global session or notvoid
SessionTrackerImpl. checkGlobalSession(long sessionId, Object owner)
void
SessionTracker. checkSession(long sessionId, Object owner)
Checks whether the SessionTracker is aware of this session, the session is still active, and the owner matches.void
SessionTrackerImpl. checkSession(long sessionId, Object owner)
-
Uses of KeeperException.SessionMovedException in org.apache.zookeeper.server.quorum
Methods in org.apache.zookeeper.server.quorum that throw KeeperException.SessionMovedException Modifier and Type Method Description void
LeaderSessionTracker. checkGlobalSession(long sessionId, Object owner)
void
UpgradeableSessionTracker. checkGlobalSession(long sessionId, Object owner)
void
LeaderSessionTracker. checkSession(long sessionId, Object owner)
void
LearnerSessionTracker. checkSession(long sessionId, Object owner)
-