Uses of Interface
org.apache.ignite.compute.ComputeJobContinuation
-
Packages that use ComputeJobContinuation Package Description org.apache.ignite.compute Contains Compute Grid functionality. -
-
Uses of ComputeJobContinuation in org.apache.ignite.compute
Subinterfaces of ComputeJobContinuation in org.apache.ignite.compute Modifier and Type Interface Description interface
ComputeJobContext
Context attached to every job executed on the grid.Classes in org.apache.ignite.compute that implement ComputeJobContinuation Modifier and Type Class Description class
ComputeJobContinuationAdapter
Convenience adapter forComputeJob
implementations.
-