Uses of Class
org.apache.zookeeper.KeeperException.SessionExpiredException
Packages that use KeeperException.SessionExpiredException
Package
Description
ZooKeeper server theory of operation
-
Uses of KeeperException.SessionExpiredException in org.apache.zookeeper.server
Methods in org.apache.zookeeper.server that throw KeeperException.SessionExpiredExceptionModifier 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) void
void
void
set the owner of this session as owner -
Uses of KeeperException.SessionExpiredException in org.apache.zookeeper.server.quorum
Methods in org.apache.zookeeper.server.quorum that throw KeeperException.SessionExpiredExceptionModifier 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) void
void