Uses of Class
org.apache.zookeeper.KeeperException.SessionMovedException
Packages that use KeeperException.SessionMovedException
Package
Description
ZooKeeper server theory of operation
-
Uses of KeeperException.SessionMovedException in org.apache.zookeeper.server
Methods in org.apache.zookeeper.server that throw KeeperException.SessionMovedExceptionModifier and TypeMethodDescriptionvoidSessionTracker.checkGlobalSession(long sessionId, Object owner) Strictly check that a given session is a global session or notvoidSessionTrackerImpl.checkGlobalSession(long sessionId, Object owner) voidSessionTracker.checkSession(long sessionId, Object owner) Checks whether the SessionTracker is aware of this session, the session is still active, and the owner matches.voidSessionTrackerImpl.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.SessionMovedExceptionModifier and TypeMethodDescriptionvoidLeaderSessionTracker.checkGlobalSession(long sessionId, Object owner) voidUpgradeableSessionTracker.checkGlobalSession(long sessionId, Object owner) voidLeaderSessionTracker.checkSession(long sessionId, Object owner) voidLearnerSessionTracker.checkSession(long sessionId, Object owner)