Uses of Interface
org.wildfly.clustering.session.cache.attributes.ImmutableSessionAttributesFactory
Packages that use ImmutableSessionAttributesFactory
Package
Description
-
Uses of ImmutableSessionAttributesFactory in org.wildfly.clustering.session.cache
Methods in org.wildfly.clustering.session.cache that return ImmutableSessionAttributesFactoryModifier and TypeMethodDescriptionCompositeImmutableSessionFactory.getAttributesFactory()ImmutableSessionFactory.getAttributesFactory()Constructors in org.wildfly.clustering.session.cache with parameters of type ImmutableSessionAttributesFactoryModifierConstructorDescriptionCompositeImmutableSessionFactory(ImmutableSessionMetaDataFactory<MV> metaDataFactory, ImmutableSessionAttributesFactory<AV> attributesFactory, CacheProperties properties) -
Uses of ImmutableSessionAttributesFactory in org.wildfly.clustering.session.cache.attributes
Subinterfaces of ImmutableSessionAttributesFactory in org.wildfly.clustering.session.cache.attributes -
Uses of ImmutableSessionAttributesFactory in org.wildfly.clustering.session.infinispan.embedded.attributes
Classes in org.wildfly.clustering.session.infinispan.embedded.attributes that implement ImmutableSessionAttributesFactoryModifier and TypeClassDescriptionclassSessionAttributesFactoryfor coarse granularity sessions, where all session attributes are stored in a single cache entry.classSessionAttributesFactoryfor fine granularity sessions, where all session attributes are stored in a single cache entry, but changes are applied by functions such that only modified and mutated values ever replicate/persist. -
Uses of ImmutableSessionAttributesFactory in org.wildfly.clustering.session.infinispan.remote.attributes
Classes in org.wildfly.clustering.session.infinispan.remote.attributes that implement ImmutableSessionAttributesFactoryModifier and TypeClassDescriptionclassSessionAttributesFactoryfor coarse granularity sessions, where all session attributes are stored in a single cache entry.classSessionAttributesFactoryfor fine granularity sessions, where all session attributes are stored in a single cache entry, but changes are applied by functions such that only modified and mutated values ever replicate/persist.