Uses of Interface
org.wildfly.clustering.session.cache.attributes.SessionAttributesFactory
Packages that use SessionAttributesFactory
Package
Description
-
Uses of SessionAttributesFactory in org.wildfly.clustering.session.cache
Methods in org.wildfly.clustering.session.cache that return SessionAttributesFactoryModifier and TypeMethodDescriptionCompositeSessionFactory.getAttributesFactory()SessionFactory.getAttributesFactory()Constructors in org.wildfly.clustering.session.cache with parameters of type SessionAttributesFactoryModifierConstructorDescriptionCompositeSessionFactory(SessionMetaDataFactory<MV> metaDataFactory, SessionAttributesFactory<C, AV> attributesFactory, CacheProperties properties, Supplier<SC> localContextFactory) -
Uses of SessionAttributesFactory in org.wildfly.clustering.session.infinispan.embedded.attributes
Classes in org.wildfly.clustering.session.infinispan.embedded.attributes that implement SessionAttributesFactoryModifier 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 SessionAttributesFactory in org.wildfly.clustering.session.infinispan.remote
Constructors in org.wildfly.clustering.session.infinispan.remote with parameters of type SessionAttributesFactoryModifierConstructorDescriptionHotRodSessionFactory(RemoteCacheConfiguration config, SessionMetaDataFactory<SessionMetaDataEntry<SC>> metaDataFactory, SessionAttributesFactory<MC, AV> attributesFactory, Supplier<SC> localContextFactory) Constructs a new session factory -
Uses of SessionAttributesFactory in org.wildfly.clustering.session.infinispan.remote.attributes
Classes in org.wildfly.clustering.session.infinispan.remote.attributes that implement SessionAttributesFactoryModifier 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.