|
|||||||||
| 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.RoomForGrowthVMPlacementPolicy
public class RoomForGrowthVMPlacementPolicy
RoomForGrowthVMPlacementPolicy is a VM placement policy which attempts to spread virtual machines on the hosts of server pool so as to leave maximmum room for growth
| Constructor Summary | |
|---|---|
RoomForGrowthVMPlacementPolicy()
|
|
| 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 RoomForGrowthVMPlacementPolicy()
| 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 | ||||||||