Interface ImmutableSessionFactoryConfiguration<MV,AV>
- Type Parameters:
MV- the session metadata typeAV- the session attributes type
- All Known Subinterfaces:
ImmutableSessionFactory<MV,AV>, SessionFactory<DC, MV, AV, SC>, SessionFactoryConfiguration<DC, MV, AV, SC>
- All Known Implementing Classes:
CompositeImmutableSessionFactory, CompositeSessionFactory, HotRodSessionFactory
public interface ImmutableSessionFactoryConfiguration<MV,AV>
The configuration of an immutable session factory.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the properties of the associated cache.Returns the session attributes factory.Returns the session meta data factory.
-
Method Details
-
getSessionMetaDataFactory
ImmutableSessionMetaDataFactory<MV> getSessionMetaDataFactory()Returns the session meta data factory.- Returns:
- the session meta data factory.
-
getSessionAttributesFactory
ImmutableSessionAttributesFactory<AV> getSessionAttributesFactory()Returns the session attributes factory.- Returns:
- the session attributes factory.
-
getCacheProperties
CacheProperties getCacheProperties()Returns the properties of the associated cache.- Returns:
- the properties of the associated cache.
-