Uses of Class
gr.uoa.di.madgik.commons.infra.nodeselection.HostingNodeInfo

Packages that use HostingNodeInfo
gr.uoa.di.madgik.commons.infra.nodeselection   
gr.uoa.di.madgik.commons.infra.nodeselection.cost   
gr.uoa.di.madgik.commons.infra.nodeselection.random   
gr.uoa.di.madgik.commons.infra.nodeselection.ru   
 

Uses of HostingNodeInfo in gr.uoa.di.madgik.commons.infra.nodeselection
 

Methods in gr.uoa.di.madgik.commons.infra.nodeselection that return types with arguments of type HostingNodeInfo
 List<HostingNodeInfo> NodeSelector.assessNodes(List<HostingNode> candidates)
          Assesses the suitability of the candidate set of nodes without keeping internal memory of node selection.
 

Uses of HostingNodeInfo in gr.uoa.di.madgik.commons.infra.nodeselection.cost
 

Methods in gr.uoa.di.madgik.commons.infra.nodeselection.cost that return types with arguments of type HostingNodeInfo
 List<HostingNodeInfo> DistanceNodeSelector.assessNodes(List<HostingNode> candidates)
           
 List<HostingNodeInfo> BestNodeSelector.assessNodes(List<HostingNode> candidates)
           
 List<HostingNodeInfo> CostBasedNodeSelector.assessNodes(List<HostingNode> candidates)
           
 

Uses of HostingNodeInfo in gr.uoa.di.madgik.commons.infra.nodeselection.random
 

Methods in gr.uoa.di.madgik.commons.infra.nodeselection.random that return types with arguments of type HostingNodeInfo
 List<HostingNodeInfo> RandomNodeSelector.assessNodes(List<HostingNode> candidates)
           
 

Uses of HostingNodeInfo in gr.uoa.di.madgik.commons.infra.nodeselection.ru
 

Methods in gr.uoa.di.madgik.commons.infra.nodeselection.ru that return types with arguments of type HostingNodeInfo
 List<HostingNodeInfo> RUNodeSelector.assessNodes(List<HostingNode> candidates)
           
 



Copyright © 2012. All Rights Reserved.