Package org.apache.ignite.compute
Class AllNodesBroadcastJobTarget
java.lang.Object
org.apache.ignite.compute.AllNodesBroadcastJobTarget
- All Implemented Interfaces:
BroadcastJobTarget
All nodes broadcast execution target. Indicates that the job will be executed on all nodes from the provided set.
-
Method Summary
-
Method Details
-
nodes
Returns a set of nodes to execute the jobs on.- Returns:
- A set of nodes to execute the jobs on.
-