Uses of Interface
org.wildfly.clustering.cache.CacheEntryLocator
Packages that use CacheEntryLocator
Package
Description
-
Uses of CacheEntryLocator in org.wildfly.clustering.cache
Subinterfaces of CacheEntryLocator in org.wildfly.clustering.cacheModifier and TypeInterfaceDescriptioninterfaceBiCacheEntryLocator<I,K, V> Locates a pair of entries from a cache. -
Uses of CacheEntryLocator in org.wildfly.clustering.session.cache
Subinterfaces of CacheEntryLocator in org.wildfly.clustering.session.cacheModifier and TypeInterfaceDescriptioninterfaceImmutableSessionFactory<MV,AV> Factory for creating anImmutableSession.interfaceSessionFactory<DC,MV, AV, SC> Factory for creating sessions.Classes in org.wildfly.clustering.session.cache that implement CacheEntryLocatorModifier 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. -
Uses of CacheEntryLocator in org.wildfly.clustering.session.cache.attributes
Subinterfaces of CacheEntryLocator in org.wildfly.clustering.session.cache.attributesModifier and TypeInterfaceDescriptioninterfaceFactory for creating a map of session attributes.interfaceFactory for creating aSessionAttributesobject. -
Uses of CacheEntryLocator in org.wildfly.clustering.session.cache.metadata
Subinterfaces of CacheEntryLocator in org.wildfly.clustering.session.cache.metadataModifier and TypeInterfaceDescriptioninterfaceFactory for immutable session metadata.interfaceFactory for session metadata. -
Uses of CacheEntryLocator in org.wildfly.clustering.session.cache.user
Subinterfaces of CacheEntryLocator 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 CacheEntryLocatorModifier and TypeClassDescriptionclassCompositeUserFactory<CV,C, T, SV, D, S> A user factory that creates composite users. -
Uses of CacheEntryLocator in org.wildfly.clustering.session.infinispan.embedded.attributes
Classes in org.wildfly.clustering.session.infinispan.embedded.attributes that implement CacheEntryLocatorModifier 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 CacheEntryLocator in org.wildfly.clustering.session.infinispan.embedded.metadata
Classes in org.wildfly.clustering.session.infinispan.embedded.metadata that implement CacheEntryLocatorModifier and TypeClassDescriptionclassA factory for creating session metadata. -
Uses of CacheEntryLocator in org.wildfly.clustering.session.infinispan.embedded.user
Classes in org.wildfly.clustering.session.infinispan.embedded.user that implement CacheEntryLocatorModifier and TypeClassDescriptionclassInfinispanUserContextFactory<PC,PV, TC> The factory for creating the context of a user.classThe factory for creating user sessions. -
Uses of CacheEntryLocator in org.wildfly.clustering.session.infinispan.remote
Classes in org.wildfly.clustering.session.infinispan.remote that implement CacheEntryLocatorModifier and TypeClassDescriptionclassHotRodSessionFactory<DC,AV, SC> Factory for creating aSessionbacked by a set ofRemoteCacheentries. -
Uses of CacheEntryLocator in org.wildfly.clustering.session.infinispan.remote.attributes
Classes in org.wildfly.clustering.session.infinispan.remote.attributes that implement CacheEntryLocatorModifier 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 CacheEntryLocator in org.wildfly.clustering.session.infinispan.remote.metadata
Classes in org.wildfly.clustering.session.infinispan.remote.metadata that implement CacheEntryLocatorModifier and TypeClassDescriptionclassFactory for creatingSessionMetaDatabacked by a pair ofRemoteCacheentries. -
Uses of CacheEntryLocator in org.wildfly.clustering.session.infinispan.remote.user
Classes in org.wildfly.clustering.session.infinispan.remote.user that implement CacheEntryLocatorModifier and TypeClassDescriptionclassHotRodUserContextFactory<PC,PV, TC> The user context factory.classA user sessions factory.