Class CacheEntryProcessorClosure<K,V,R>
java.lang.Object
org.gridgain.ignite.migrationtools.adapter.compute.jobs.CacheEntryProcessorClosure<K,V,R>
- All Implemented Interfaces:
Serializable,org.apache.ignite.lang.IgniteClosure<org.gridgain.ignite.migrationtools.adapter.compute.jobs.CacheEntryProcessorClosureArgs<K,V, R>, R>
public class CacheEntryProcessorClosure<K,V,R>
extends Object
implements org.apache.ignite.lang.IgniteClosure<org.gridgain.ignite.migrationtools.adapter.compute.jobs.CacheEntryProcessorClosureArgs<K,V,R>,R>
Compute Job implementation that runs a cache EntryProcessor on an entry.
- See Also:
-
Constructor Summary
Constructors -
Method Summary