Uses of Interface
com.loomcache.server.compute.CacheEntryProcessor.Entry
Packages that use CacheEntryProcessor.Entry
-
Uses of CacheEntryProcessor.Entry in com.loomcache.server.compute
Subinterfaces of CacheEntryProcessor.Entry in com.loomcache.server.computeModifier and TypeInterfaceDescriptionstatic interfaceReadonly marker interface for entries processed by read-only processors.Classes in com.loomcache.server.compute that implement CacheEntryProcessor.EntryModifier and TypeClassDescriptionclassMutableEntry<K,V> Mutable entry implementation that wraps a map entry and tracks modifications.final recordReadOnlyEntry<K,V> Read-only wrapper implementation of Entry that throws UnsupportedOperationException on mutation attempts.Methods in com.loomcache.server.compute with parameters of type CacheEntryProcessor.EntryModifier and TypeMethodDescription@Nullable RCacheEntryProcessor.process(CacheEntryProcessor.Entry<K, V> entry) Process the given entry atomically.ReadOnlyCacheEntryProcessor.process(CacheEntryProcessor.Entry<K, V> entry) Process the given read-only entry.voidBackupEntryProcessor.processBackup(CacheEntryProcessor.Entry<K, V> entry) Process the backup entry with the same modifications as the primary.