Class EmbeddedCacheEntryMutator<K,V>
java.lang.Object
org.wildfly.clustering.cache.infinispan.AbstractCacheEntryMutator
org.wildfly.clustering.cache.infinispan.embedded.EmbeddedCacheEntryMutator<K,V>
- Type Parameters:
K- the cache entry key typeV- the cache entry value type
- All Implemented Interfaces:
Runnable, Supplier<Duration>, CacheEntryMutator, Runner
Mutates a given cache entry.
- 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.
-