Uses of Interface
org.apache.ignite.compute.ComputeJobSibling
-
Packages that use ComputeJobSibling Package Description org.apache.ignite.compute Contains Compute Grid functionality. -
-
Uses of ComputeJobSibling in org.apache.ignite.compute
Methods in org.apache.ignite.compute that return ComputeJobSibling Modifier and Type Method Description @Nullable ComputeJobSibling
ComputeTaskSession. getJobSibling(IgniteUuid jobId)
Gets job sibling for a given ID.Methods in org.apache.ignite.compute that return types with arguments of type ComputeJobSibling Modifier and Type Method Description Collection<ComputeJobSibling>
ComputeTaskSession. getJobSiblings()
Gets a collection of all grid job siblings.Collection<ComputeJobSibling>
ComputeTaskSession. refreshJobSiblings()
Refreshes collection of job siblings.
-