gr.uoa.di.madgik.commons.infra.nodeassignmentpolicy
Interface NodeAssignmentPolicy
- All Known Implementing Classes:
- LocalOnlyPolicy, MaximumCollocationPolicy, MinimumCollocationPolicy, SingleNodePolicy, SingleRemoteNodePolicy
public interface NodeAssignmentPolicy
- Author:
- gerasimos.farantatos - DI NKUA
getType
NodeAssignmentPolicy.Type getType()
setPenalty
void setPenalty(float collocationPenalty)
throws Exception
- Throws:
Exception
selectNode
HostingNode selectNode(List<HostingNode> candidates)
throws Exception
- Throws:
Exception
reset
void reset()
Copyright © 2012. All Rights Reserved.