Class CoarseSessionAttributes
java.lang.Object
org.wildfly.clustering.session.cache.attributes.AbstractSessionAttributes
org.wildfly.clustering.session.cache.attributes.coarse.CoarseSessionAttributes
- All Implemented Interfaces:
AutoCloseable,Map<String,,Object> org.wildfly.clustering.server.Registration,SessionAttributes
Exposes session attributes for a coarse granularity session.
- Author:
- Paul Ferraro
-
Nested Class Summary
-
Field Summary
Fields inherited from interface org.wildfly.clustering.server.Registration
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionCoarseSessionAttributes(Map<String, Object> attributes, org.wildfly.clustering.cache.CacheEntryMutator mutator, org.wildfly.clustering.marshalling.Marshallability marshallability, org.wildfly.clustering.server.immutable.Immutability immutability, SessionActivationNotifier notifier) -
Method Summary
Methods inherited from class org.wildfly.clustering.session.cache.attributes.AbstractSessionAttributes
entrySet, keySet, valuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllMethods inherited from interface org.wildfly.clustering.session.cache.attributes.SessionAttributes
clear, containsKey, containsValue, isEmpty, put, putAll, size
-
Constructor Details
-
CoarseSessionAttributes
public CoarseSessionAttributes(Map<String, Object> attributes, org.wildfly.clustering.cache.CacheEntryMutator mutator, org.wildfly.clustering.marshalling.Marshallability marshallability, org.wildfly.clustering.server.immutable.Immutability immutability, SessionActivationNotifier notifier)
-
-
Method Details
-
remove
-
put
-
get
-
close
public void close()
-