Uses of Interface
org.wildfly.clustering.cache.CacheEntryCreator
Packages that use CacheEntryCreator
Package
Description
-
Uses of CacheEntryCreator in org.wildfly.clustering.cache
Subinterfaces of CacheEntryCreator in org.wildfly.clustering.cacheModifier and TypeInterfaceDescriptioninterfaceBiCacheEntryCreator<I,K, V, C> Creates a pair of entries in a cache. -
Uses of CacheEntryCreator in org.wildfly.clustering.session.cache
Subinterfaces of CacheEntryCreator in org.wildfly.clustering.session.cacheModifier and TypeInterfaceDescriptioninterfaceSessionFactory<DC,MV, AV, SC> Factory for creating sessions.Classes in org.wildfly.clustering.session.cache that implement CacheEntryCreatorModifier and TypeClassDescriptionclassCompositeSessionFactory<CC, MV extends Contextual<SC>, AV, SC>A session factory composed of metadata, attribute, and context factories. -
Uses of CacheEntryCreator in org.wildfly.clustering.session.cache.attributes
Subinterfaces of CacheEntryCreator in org.wildfly.clustering.session.cache.attributes -
Uses of CacheEntryCreator in org.wildfly.clustering.session.cache.metadata
Subinterfaces of CacheEntryCreator in org.wildfly.clustering.session.cache.metadataModifier and TypeInterfaceDescriptioninterfaceFactory for session metadata. -
Uses of CacheEntryCreator in org.wildfly.clustering.session.cache.user
Subinterfaces of CacheEntryCreator in org.wildfly.clustering.session.cache.userModifier and TypeInterfaceDescriptioninterfaceUserContextFactory<V,PC, TC> A factory for creating a user context.interfaceUserFactory<CV,C, T, SV, D, S> interfaceUserSessionsFactory<V,D, S> A factory for creating the sessions for a user.Classes in org.wildfly.clustering.session.cache.user that implement CacheEntryCreatorModifier and TypeClassDescriptionclassCompositeUserFactory<CV,C, T, SV, D, S> A user factory that creates composite users. -
Uses of CacheEntryCreator in org.wildfly.clustering.session.infinispan.embedded.attributes
Classes in org.wildfly.clustering.session.infinispan.embedded.attributes that implement CacheEntryCreatorModifier 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 CacheEntryCreator in org.wildfly.clustering.session.infinispan.embedded.metadata
Classes in org.wildfly.clustering.session.infinispan.embedded.metadata that implement CacheEntryCreatorModifier and TypeClassDescriptionclassA factory for creating session metadata. -
Uses of CacheEntryCreator in org.wildfly.clustering.session.infinispan.embedded.user
Classes in org.wildfly.clustering.session.infinispan.embedded.user that implement CacheEntryCreatorModifier and TypeClassDescriptionclassInfinispanUserContextFactory<PC,PV, TC> The factory for creating the context of a user.classThe factory for creating user sessions. -
Uses of CacheEntryCreator in org.wildfly.clustering.session.infinispan.remote
Classes in org.wildfly.clustering.session.infinispan.remote that implement CacheEntryCreatorModifier and TypeClassDescriptionclassHotRodSessionFactory<DC,AV, SC> Factory for creating aSessionbacked by a set ofRemoteCacheentries. -
Uses of CacheEntryCreator in org.wildfly.clustering.session.infinispan.remote.attributes
Classes in org.wildfly.clustering.session.infinispan.remote.attributes that implement CacheEntryCreatorModifier 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 CacheEntryCreator in org.wildfly.clustering.session.infinispan.remote.metadata
Classes in org.wildfly.clustering.session.infinispan.remote.metadata that implement CacheEntryCreatorModifier and TypeClassDescriptionclassFactory for creatingSessionMetaDatabacked by a pair ofRemoteCacheentries. -
Uses of CacheEntryCreator in org.wildfly.clustering.session.infinispan.remote.user
Classes in org.wildfly.clustering.session.infinispan.remote.user that implement CacheEntryCreatorModifier and TypeClassDescriptionclassHotRodUserContextFactory<PC,PV, TC> The user context factory.classA user sessions factory.