Uses of Class
org.almendra.janet.ade.distributor.LeastLoadedNodeDecisionInformation

Packages that use LeastLoadedNodeDecisionInformation
org.almendra.janet.ade.distributor   
org.almendra.janet.ade.distributor.interpreters   
 

Uses of LeastLoadedNodeDecisionInformation in org.almendra.janet.ade.distributor
 

Methods in org.almendra.janet.ade.distributor with parameters of type LeastLoadedNodeDecisionInformation
protected  java.util.List DistributorAnchor.getAvailableNodeLoadAtLeastOne(java.util.List nodeImages, LeastLoadedNodeDecisionInformation decisionInformation)
           
 java.util.List DistributorAnchor.getLeastLoadedCapabilitiesAtLeastOne(java.util.List nodeNamesOfNodesWithCapability, LocalCapabilityPath path, LeastLoadedNodeDecisionInformation decisionInformation)
           
protected  java.util.List DistributorAnchor.getLeastLoadedNodes(java.util.List availableNodeLoadImages, LocalCapabilityPath path, LeastLoadedNodeDecisionInformation decisionInformation)
           
 

Uses of LeastLoadedNodeDecisionInformation in org.almendra.janet.ade.distributor.interpreters
 

Methods in org.almendra.janet.ade.distributor.interpreters with parameters of type LeastLoadedNodeDecisionInformation
protected  AgentPath WorkloadDistributionInterpreter.getCapabilityWithShortestQueueAtLeastOne(DistributorAnchor anchor, AgentPath originAgentPath, LeastLoadedNodeDecisionInformation decisionInformation)
           
protected  java.lang.String WorkloadDistributionInterpreter.getLeastLoadedNodeName(DistributorAnchor anchor, java.util.List leastLoadedNodesForCapability, LeastLoadedNodeDecisionInformation decisionInformation)