Class CacheEntryProcessorClosureArgs<K,V,R>

java.lang.Object
org.gridgain.ignite.migrationtools.adapter.compute.jobs.CacheEntryProcessorClosureArgs<K,V,R>
All Implemented Interfaces:
Serializable

public class CacheEntryProcessorClosureArgs<K,V,R> extends Object implements Serializable
Arguments for CacheEntryProcessorClosure.
See Also:
  • Constructor Details

    • CacheEntryProcessorClosureArgs

      public CacheEntryProcessorClosureArgs(String cacheName, K key, String processorClassName, Object[] args)
      Constructor.