Serialized Form
-
Package org.redisson.tomcat
-
Class org.redisson.tomcat.AttributeMessage extends Object implements Serializable
-
Class org.redisson.tomcat.AttributeRemoveMessage extends AttributeMessage implements Serializable
-
Class org.redisson.tomcat.AttributesClearMessage extends AttributeMessage implements Serializable
-
Class org.redisson.tomcat.AttributesPutAllMessage extends AttributeMessage implements Serializable
-
Class org.redisson.tomcat.AttributeUpdateMessage extends AttributeMessage implements Serializable
-
Serialized Fields
-
name
String name
-
value
byte[] value
-
-
-
Class org.redisson.tomcat.RedissonSession extends org.apache.catalina.session.StandardSession implements Serializable
- serialVersionUID:
- -2518607181636076487L
-
Serialized Fields
-
attrs
Map<String,Object> attrs
-
broadcastSessionEvents
boolean broadcastSessionEvents
-
broadcastSessionUpdates
boolean broadcastSessionUpdates
-
isExpirationLocked
boolean isExpirationLocked
-
loaded
boolean loaded
-
loadedAttributes
Map<String,Object> loadedAttributes
-
map
RMap<String,Object> map
-
readMode
RedissonSessionManager.ReadMode readMode
-
redissonManager
RedissonSessionManager redissonManager
-
removedAttributes
Set<String> removedAttributes
-
topic
RTopic topic
-
updatedAttributes
Map<String,Object> updatedAttributes
-
updateMode
RedissonSessionManager.UpdateMode updateMode
-
usages
AtomicInteger usages
-
-
Class org.redisson.tomcat.SessionCreatedMessage extends AttributeMessage implements Serializable
-
Class org.redisson.tomcat.SessionDestroyedMessage extends AttributeMessage implements Serializable
-