JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
feature_request_small.png
CLOSED  Feature request JPPF-412  -  Provide more information in the JobAwareness interface for load balancers
Posted Sep 21, 2015 - updated Sep 29, 2015
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
icon_info.png This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue details
  • Type of issue
    Feature request
  • Status
     
    Closed
  • Assigned to
     lolo4j
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     lolo4j
  • Owned by
    Not owned by anyone
  • Category
    Core
  • Resolution
    RESOLVED
  • Priority
    Normal
  • Targetted for
    icon_milestones.png JPPF 5.1
Issue description
Currently, the JobAwareness interface only provides information of the job metadata. We propose the following additions:
  • instead of a JobMetadata object, have JobAwareness provide a JPPFDistributedJob
  • add a getTaskCount() method to JPPFDistributedJob to provide the number of tasks in the job to load-balance
We might want to create a new interface JobAwarenessEx for this and deprecate the existing JobAwareness interface.