Class AllNodesBroadcastJobTarget

java.lang.Object
org.apache.ignite.compute.AllNodesBroadcastJobTarget
All Implemented Interfaces:
BroadcastJobTarget

public class AllNodesBroadcastJobTarget extends Object implements BroadcastJobTarget
All nodes broadcast execution target. Indicates that the job will be executed on all nodes from the provided set.
  • Method Details

    • nodes

      public Set<ClusterNode> nodes()
      Returns a set of nodes to execute the jobs on.
      Returns:
      A set of nodes to execute the jobs on.