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 TypeMethodDescriptionvoid
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.SessionMovedExceptionModifier and TypeMethodDescriptionvoid
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)