Package org.apache.ignite.cache
Interface CacheEntryProcessor<K,V,T>
-
- All Superinterfaces:
javax.cache.processor.EntryProcessor<K,V,T>
,Serializable
public interface CacheEntryProcessor<K,V,T> extends javax.cache.processor.EntryProcessor<K,V,T>, Serializable
This processor addsSerializable
interface toEntryProcessor
object.