Interface PlatformJob
-
- All Superinterfaces:
ComputeJob,PlatformSecurityAwareJob,Serializable
- All Known Implementing Classes:
PlatformAbstractJob,PlatformClosureJob,PlatformFullJob
public interface PlatformJob extends ComputeJob, PlatformSecurityAwareJob
Platform closure job interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectjob()Gets native job.longpointer()Gets native pointer to deployed job.-
Methods inherited from interface org.apache.ignite.compute.ComputeJob
cancel, execute
-
Methods inherited from interface org.apache.ignite.internal.PlatformSecurityAwareJob
name
-
-
-
-
Method Detail
-
pointer
long pointer()
Gets native pointer to deployed job.- Returns:
- Pointer.
-
job
Object job()
Gets native job.- Returns:
- Native job.
-
-