Thanks Stephen and Ilya, As mentioned in job scheduling documentation, collisionAPI will take care of job scheduling when jobs arrive at destination node. Lets say I use PriorityQueueCollisionSpi and send three jobs with priorities 5, 7 and 10 to one node, then that node will execute job with priority 10 first then job with priority 7 and then 5.
However, My use case is different than this. Going with above example, in my use case, ignite client will send three jobs to three different nodes and I would still want these jobs to be executed based on their priorities. Basically, no matter how these jobs are distributed across the cluster they should be executed based on priority. Can this be achieved using CollisionAPI? Many Thanks, K -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/