Class PlatformCacheEntryProcessorImpl
- java.lang.Object
-
- org.apache.ignite.internal.processors.platform.cache.PlatformCacheEntryProcessorImpl
-
- All Implemented Interfaces:
Externalizable,Serializable,javax.cache.processor.EntryProcessor,CacheEntryProcessor,PlatformCacheEntryProcessor
public class PlatformCacheEntryProcessorImpl extends Object implements PlatformCacheEntryProcessor, Externalizable
Platform cache entry processor. Delegates processing to native platform.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlatformCacheEntryProcessorImpl()Externalizablesupport.PlatformCacheEntryProcessorImpl(Object proc, long ptr)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectprocess(javax.cache.processor.MutableEntry entry, Object... args)voidreadExternal(ObjectInput in)voidwriteExternal(ObjectOutput out)
-
-
-
Constructor Detail
-
PlatformCacheEntryProcessorImpl
public PlatformCacheEntryProcessorImpl()
Externalizablesupport.
-
PlatformCacheEntryProcessorImpl
public PlatformCacheEntryProcessorImpl(Object proc, long ptr)
Constructor.- Parameters:
proc- Native binary processorptr- Pointer to processor in the native platform.
-
-
Method Detail
-
process
public Object process(javax.cache.processor.MutableEntry entry, Object... args) throws javax.cache.processor.EntryProcessorException
- Specified by:
processin interfacejavax.cache.processor.EntryProcessor- Throws:
javax.cache.processor.EntryProcessorException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
-