|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jasmine.vmm.agent.domain.policy.FirstFitVMPlacementPolicy
public class FirstFitVMPlacementPolicy
FirstFitVMPlacementPolicy is a VM placement policy which chooses the first host which can fit the virtual machine configuration.
| Constructor Summary | |
|---|---|
FirstFitVMPlacementPolicy()
|
|
| Method Summary | |
|---|---|
org.ow2.jasmine.vmm.api.HostMXBean |
placeVM(org.ow2.jasmine.vmm.api.ServerPoolMXBean serverPool,
org.ow2.jasmine.vmm.api.VMConfigSpec vmSpec)
Returns the host of a server pool where the virtual machine whose configuration is provided as input should be placed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FirstFitVMPlacementPolicy()
| Method Detail |
|---|
public org.ow2.jasmine.vmm.api.HostMXBean placeVM(org.ow2.jasmine.vmm.api.ServerPoolMXBean serverPool,
org.ow2.jasmine.vmm.api.VMConfigSpec vmSpec)
VMPlacementPolicy
placeVM in interface VMPlacementPolicyserverPool - the server pool where the virtual machine is to placedvmSpec - the configuration of the virtual machine
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||