public class EntryProcessorResourceInjectorProxy<K,V,T> extends Object implements javax.cache.processor.EntryProcessor<K,V,T>, Serializable
| Modifier and Type | Method and Description |
|---|---|
javax.cache.processor.EntryProcessor<K,V,T> |
delegate() |
T |
process(javax.cache.processor.MutableEntry<K,V> entry,
Object... arguments) |
static <K,V,T> javax.cache.processor.EntryProcessor<K,V,T> |
wrap(GridKernalContext ctx,
javax.cache.processor.EntryProcessor<K,V,T> proc)
Wraps EntryProcessor if needed.
|
public T process(javax.cache.processor.MutableEntry<K,V> entry, Object... arguments) throws javax.cache.processor.EntryProcessorException
public javax.cache.processor.EntryProcessor<K,V,T> delegate()
public static <K,V,T> javax.cache.processor.EntryProcessor<K,V,T> wrap(GridKernalContext ctx, @Nullable javax.cache.processor.EntryProcessor<K,V,T> proc)
ctx - Context.proc - Entry proc.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.8.0 Release Date : December 5 2016