Class PlatformCallable
- java.lang.Object
-
- org.apache.ignite.internal.processors.platform.compute.PlatformAbstractFunc
-
- org.apache.ignite.internal.processors.platform.compute.PlatformCallable
-
- All Implemented Interfaces:
Serializable,Callable,PlatformSecurityAwareJob,IgniteCallable
public class PlatformCallable extends PlatformAbstractFunc implements IgniteCallable
Callable implementation that delegates to native platform.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.internal.processors.platform.compute.PlatformAbstractFunc
ignite
-
-
Constructor Summary
Constructors Constructor Description PlatformCallable(Object func, long ptr, String name)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectcall()protected voidplatformCallback(PlatformCallbackGateway gate, long memPtr)-
Methods inherited from class org.apache.ignite.internal.processors.platform.compute.PlatformAbstractFunc
invoke, name
-
-
-
-
Method Detail
-
platformCallback
protected void platformCallback(PlatformCallbackGateway gate, long memPtr)
- Specified by:
platformCallbackin classPlatformAbstractFunc- Parameters:
gate- Gateway.memPtr- Pointer.
-
-