Uses of Interface
org.wildfly.clustering.cache.CacheEntryMutatorFactory
Packages that use CacheEntryMutatorFactory
Package
Description
-
Uses of CacheEntryMutatorFactory in org.wildfly.clustering.cache.infinispan
Methods in org.wildfly.clustering.cache.infinispan that return CacheEntryMutatorFactoryModifier and TypeMethodDescription<K,V> CacheEntryMutatorFactory <K, V> BasicCacheConfiguration.getCacheEntryMutatorFactory()Returns the cache entry mutator associated with this configuration.<K,V, O> CacheEntryMutatorFactory <K, O> BasicCacheConfiguration.getCacheEntryMutatorFactory(Function<O, BiFunction<Object, V, V>> functionFactory) Returns the compute-based cache entry mutator associated with this configuration. -
Uses of CacheEntryMutatorFactory in org.wildfly.clustering.cache.infinispan.embedded
Classes in org.wildfly.clustering.cache.infinispan.embedded that implement CacheEntryMutatorFactoryModifier and TypeClassDescriptionclassFactory that creates compute-based Mutator instances.classFactory for creatingCacheEntryMutatorobjects for an Infinispan cache.Methods in org.wildfly.clustering.cache.infinispan.embedded that return CacheEntryMutatorFactoryModifier and TypeMethodDescriptiondefault <K,V> CacheEntryMutatorFactory <K, V> EmbeddedCacheConfiguration.getCacheEntryMutatorFactory()default <K,V, O> CacheEntryMutatorFactory <K, O> EmbeddedCacheConfiguration.getCacheEntryMutatorFactory(Function<O, BiFunction<Object, V, V>> functionFactory) -
Uses of CacheEntryMutatorFactory in org.wildfly.clustering.cache.infinispan.remote
Classes in org.wildfly.clustering.cache.infinispan.remote that implement CacheEntryMutatorFactoryModifier and TypeClassDescriptionclassFactory that creates compute-based Mutator instances.classFactory for creating aCacheEntryMutatorfor a remote cache entry.Methods in org.wildfly.clustering.cache.infinispan.remote that return CacheEntryMutatorFactoryModifier and TypeMethodDescriptiondefault <K,V> CacheEntryMutatorFactory <K, V> RemoteCacheConfiguration.getCacheEntryMutatorFactory()default <K,V, O> CacheEntryMutatorFactory <K, O> RemoteCacheConfiguration.getCacheEntryMutatorFactory(Function<O, BiFunction<Object, V, V>> functionFactory) -
Uses of CacheEntryMutatorFactory in org.wildfly.clustering.session.cache.attributes.fine
Constructors in org.wildfly.clustering.session.cache.attributes.fine with parameters of type CacheEntryMutatorFactoryModifierConstructorDescriptionFineSessionAttributes(K key, Map<String, Object> attributes, CacheEntryMutatorFactory<K, Map<String, V>> mutatorFactory, Marshaller<Object, V> marshaller, Predicate<Object> immutable, CacheProperties properties, SessionAttributeActivationNotifier notifier) Creates a fine-granularity session attributes implementation. -
Uses of CacheEntryMutatorFactory in org.wildfly.clustering.session.cache.user
Constructors in org.wildfly.clustering.session.cache.user with parameters of type CacheEntryMutatorFactoryModifierConstructorDescriptionMutableUserSessions(K key, Map<D, S> sessions, CacheEntryMutatorFactory<K, Map<D, S>> mutatorFactory) Creates a mutable user sessions.