Class EmbeddedCacheEntryComputer<K,V>
java.lang.Object
org.wildfly.clustering.cache.infinispan.AbstractCacheEntryMutator
org.wildfly.clustering.cache.infinispan.embedded.EmbeddedCacheEntryComputer<K,V>
- Type Parameters:
K- the cache key typeV- the cache value type
- All Implemented Interfaces:
Runnable, Supplier<Duration>, CacheEntryMutator, Runner
Mutator for a cache entry using a compute function.
- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface CacheEntryMutator
EMPTY, LOGGER -
Method Summary
Methods inherited from class AbstractCacheEntryMutator
get, withMaxIdleMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CacheEntryMutator
run
-
Method Details
-
runAsync
Description copied from interface:CacheEntryMutatorMutates the associated cache entry asynchronously.- Returns:
- a stage that completes when the cache entry mutation completes.
-