Class AbstractSessionCache
java.lang.Object
org.apache.geode.modules.session.catalina.AbstractSessionCache
- All Implemented Interfaces:
SessionCache
- Direct Known Subclasses:
ClientServerSessionCache,PeerToPeerSessionCache
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SessionManagerprotected org.apache.geode.modules.session.catalina.internal.DeltaSessionStatistics -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroySession(String sessionId) jakarta.servlet.http.HttpSessiongetSession(String sessionId) protected SessionManagerorg.apache.geode.modules.session.catalina.internal.DeltaSessionStatisticsvoidputSession(org.apache.catalina.Session session) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.geode.modules.session.catalina.SessionCache
getCache, getDefaultEnableLocalCache, getDefaultRegionAttributesId, initialize, isBackingCacheAvailable, isClientServer, isPeerToPeer, keySet, size, touchSessions
-
Field Details
-
sessionManager
-
statistics
protected org.apache.geode.modules.session.catalina.internal.DeltaSessionStatistics statistics
-
-
Method Details
-
getOperatingRegionName
- Specified by:
getOperatingRegionNamein interfaceSessionCache
-
putSession
public void putSession(org.apache.catalina.Session session) - Specified by:
putSessionin interfaceSessionCache
-
getSession
- Specified by:
getSessionin interfaceSessionCache
-
destroySession
- Specified by:
destroySessionin interfaceSessionCache
-
getStatistics
public org.apache.geode.modules.session.catalina.internal.DeltaSessionStatistics getStatistics()- Specified by:
getStatisticsin interfaceSessionCache
-
getSessionManager
-
getSessionRegion
- Specified by:
getSessionRegionin interfaceSessionCache
-
getOperatingRegion
- Specified by:
getOperatingRegionin interfaceSessionCache
-