Uses of Interface
org.wildfly.clustering.cache.CacheEntryMutator
Packages that use CacheEntryMutator
Package
Description
-
Uses of CacheEntryMutator in org.wildfly.clustering.cache
Fields in org.wildfly.clustering.cache declared as CacheEntryMutatorModifier and TypeFieldDescriptionstatic final CacheEntryMutatorCacheEntryMutator.EMPTYTrivialCacheEntryMutatorimplementation that does nothing.Methods in org.wildfly.clustering.cache that return CacheEntryMutatorModifier and TypeMethodDescriptiondefault CacheEntryMutatorCacheEntryMutatorFactory.createMutator(Map.Entry<K, V> entry) Creates a mutator for the specified cache entry.CacheEntryMutatorFactory.createMutator(K key, V value) Creates a mutator for the specified cache entry.static CacheEntryMutatorCacheEntryMutator.of(Iterable<CacheEntryMutator> mutators) Returns a composite mutator that runs the specified mutators.CacheEntryMutator.withMaxIdle(Supplier<Duration> maxIdle) Applies a maximum idle duration to the mutated cache entry.Method parameters in org.wildfly.clustering.cache with type arguments of type CacheEntryMutatorModifier and TypeMethodDescriptionstatic CacheEntryMutatorCacheEntryMutator.of(Iterable<CacheEntryMutator> mutators) Returns a composite mutator that runs the specified mutators. -
Uses of CacheEntryMutator in org.wildfly.clustering.cache.infinispan
Classes in org.wildfly.clustering.cache.infinispan that implement CacheEntryMutatorModifier and TypeClassDescriptionclassAbstract mutator providing max-idle customization.Methods in org.wildfly.clustering.cache.infinispan that return CacheEntryMutatorModifier and TypeMethodDescriptionAbstractCacheEntryMutator.withMaxIdle(Supplier<Duration> maxIdle) -
Uses of CacheEntryMutator in org.wildfly.clustering.cache.infinispan.embedded
Classes in org.wildfly.clustering.cache.infinispan.embedded that implement CacheEntryMutatorModifier and TypeClassDescriptionclassMutator for a cache entry using a compute function.classMutates a given cache entry.Methods in org.wildfly.clustering.cache.infinispan.embedded that return CacheEntryMutatorModifier and TypeMethodDescriptionEmbeddedCacheEntryComputerFactory.createMutator(K key, O operand) EmbeddedCacheEntryMutatorFactory.createMutator(K key, V value) -
Uses of CacheEntryMutator in org.wildfly.clustering.cache.infinispan.remote
Classes in org.wildfly.clustering.cache.infinispan.remote that implement CacheEntryMutatorModifier and TypeClassDescriptionclassMutator for a cache entry using a compute function.classMutates a given cache entry.Methods in org.wildfly.clustering.cache.infinispan.remote that return CacheEntryMutatorModifier and TypeMethodDescriptionRemoteCacheEntryComputerFactory.createMutator(K key, O operand) RemoteCacheEntryMutatorFactory.createMutator(K key, V value)