Uses of Interface
org.apache.ignite.internal.processors.platform.compute.PlatformJob
-
Packages that use PlatformJob Package Description org.apache.ignite.internal.processors.platform org.apache.ignite.internal.processors.platform.compute -
-
Uses of PlatformJob in org.apache.ignite.internal.processors.platform
Methods in org.apache.ignite.internal.processors.platform that return PlatformJob Modifier and Type Method Description PlatformJobPlatformContext. createClosureJob(Object task, long ptr, Object job, String jobName)Create closure job.PlatformJobPlatformContextImpl. createClosureJob(Object task, long ptr, Object job, String jobName)Create closure job.PlatformJobPlatformContext. createJob(Object task, long ptr, @Nullable Object job, String jobName)Create job.PlatformJobPlatformContextImpl. createJob(Object task, long ptr, @Nullable Object job, String jobName)Create job. -
Uses of PlatformJob in org.apache.ignite.internal.processors.platform.compute
Classes in org.apache.ignite.internal.processors.platform.compute that implement PlatformJob Modifier and Type Class Description classPlatformAbstractJobBase interop job.classPlatformClosureJobLight-weight interop job.classPlatformFullJobWrapper around job created in native platform.Methods in org.apache.ignite.internal.processors.platform.compute with parameters of type PlatformJob Modifier and Type Method Description voidPlatformBalancingSingleClosureTask. job(PlatformJob job)voidPlatformBroadcastingSingleClosureTask. job(PlatformJob job)Method parameters in org.apache.ignite.internal.processors.platform.compute with type arguments of type PlatformJob Modifier and Type Method Description voidPlatformBalancingMultiClosureTask. jobs(Collection<PlatformJob> jobs)voidPlatformBroadcastingMultiClosureTask. jobs(Collection<PlatformJob> jobs)
-