Package org.ow2.jasmine.vmm.agent.domain.policy

Interface Summary
VMPlacementPolicy The VMPlacementPolicy interface abstracts a VM placement policy which decides on which host of server pool a new virtual machine should be place.
 

Class Summary
FirstFitVMPlacementPolicy FirstFitVMPlacementPolicy is a VM placement policy which chooses the first host which can fit the virtual machine configuration.
PackingVMPlacementPolicy PackingVMPlacementPolicy is a VM placement policy which attempts to pack the virtual machines of a server pool on as few as physical hosts as possible.
PolicyRegistry The PolicyRegistry is a singleton class which acts as a factory of VM placement policies.
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
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.