Package org.apache.ignite.cache
Interface CacheEntryProcessor<K,V,T>
-
- All Superinterfaces:
javax.cache.processor.EntryProcessor<K,V,T>,Serializable
- All Known Subinterfaces:
PlatformCacheEntryProcessor
- All Known Implementing Classes:
GridCacheAdapter.AtomicReadRepairEntryProcessor,PlatformCacheEntryProcessorImpl,PlatformDotNetEntityFrameworkIncreaseVersionProcessor,PlatformDotNetSessionLockProcessor,PlatformDotNetSessionSetAndUnlockProcessor
public interface CacheEntryProcessor<K,V,T> extends javax.cache.processor.EntryProcessor<K,V,T>, Serializable
This processor addsSerializableinterface toEntryProcessorobject.