public interface DistributedManager
With the BackupManager, sessions can be primary (primary copy on this node), backup (backup copy on this node) or proxy (only the session ID on this node). The identity of the primary and backup nodes are known for all sessions, including proxy sessions.
With StoreManager implementations, sessions can be primary (session is in memory) or proxy (session is in the Store).
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveSessionsFull()
Returns the total session count for primary, backup and proxy.
|
java.util.Set<java.lang.String> |
getSessionIdsFull()
Returns the list of all sessions IDS (primary, backup and proxy).
|
int getActiveSessionsFull()
java.util.Set<java.lang.String> getSessionIdsFull()
Copyright © 2000-2024 Apache Software Foundation.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation.