Class PlatformRunnable
- java.lang.Object
-
- org.apache.ignite.internal.processors.platform.compute.PlatformAbstractFunc
-
- org.apache.ignite.internal.processors.platform.compute.PlatformRunnable
-
- All Implemented Interfaces:
Serializable,Runnable,PlatformSecurityAwareJob,IgniteRunnable
public class PlatformRunnable extends PlatformAbstractFunc implements IgniteRunnable
Runnable 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 PlatformRunnable(Object func, long ptr, String name)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidplatformCallback(PlatformCallbackGateway gate, long memPtr)voidrun()-
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.
-
-