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 Details

    • CacheEntryProcessorClosure

      public CacheEntryProcessorClosure()
  • Method Details

    • apply

      public R apply(org.gridgain.ignite.migrationtools.adapter.compute.jobs.CacheEntryProcessorClosureArgs<K,V,R> args)
      Specified by:
      apply in interface org.apache.ignite.lang.IgniteClosure<K,V>