public class PlacementServiceRegistry extends Object implements IPlacementService
| Constructor and Description |
|---|
PlacementServiceRegistry() |
| Modifier and Type | Method and Description |
|---|---|
PlacementResult |
determinePlacement(String vmUuuid)
Determines an initial placement for a VM.
|
public PlacementResult determinePlacement(String vmUuuid)
IPlacementServicedeterminePlacement in interface IPlacementServicevmUuuid - The UUID of the VM for which a placement is to be determined.