Uses of Interface
org.wildfly.clustering.session.cache.ImmutableSessionFactoryConfiguration
Packages that use ImmutableSessionFactoryConfiguration
Package
Description
-
Uses of ImmutableSessionFactoryConfiguration in org.wildfly.clustering.session.cache
Subinterfaces of ImmutableSessionFactoryConfiguration in org.wildfly.clustering.session.cacheModifier and TypeInterfaceDescriptioninterfaceImmutableSessionFactory<MV,AV> Factory for creating anImmutableSession.interfaceSessionFactory<DC,MV, AV, SC> Factory for creating sessions.interfaceSessionFactoryConfiguration<DC,MV, AV, SC> The configuration of an immutable session factory.Classes in org.wildfly.clustering.session.cache that implement ImmutableSessionFactoryConfigurationModifier and TypeClassDescriptionclassAn immutable session factory that delegates to immutable factories for metadata and attributes.classCompositeSessionFactory<CC, MV extends Contextual<SC>, AV, SC>A session factory composed of metadata, attribute, and context factories.Constructors in org.wildfly.clustering.session.cache with parameters of type ImmutableSessionFactoryConfigurationModifierConstructorDescriptionCompositeImmutableSessionFactory(ImmutableSessionFactoryConfiguration<MV, AV> configuration) Creates an immutable session factory from the specified configuration. -
Uses of ImmutableSessionFactoryConfiguration in org.wildfly.clustering.session.infinispan.remote
Classes in org.wildfly.clustering.session.infinispan.remote that implement ImmutableSessionFactoryConfigurationModifier and TypeClassDescriptionclassHotRodSessionFactory<DC,AV, SC> Factory for creating aSessionbacked by a set ofRemoteCacheentries.