Uses of Class
hu.mta.sztaki.lpds.cloud.simulator.iaas.PhysicalMachine.ResourceAllocation

Packages that use PhysicalMachine.ResourceAllocation
hu.mta.sztaki.lpds.cloud.simulator.iaas   
hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling   
 

Uses of PhysicalMachine.ResourceAllocation in hu.mta.sztaki.lpds.cloud.simulator.iaas
 

Fields in hu.mta.sztaki.lpds.cloud.simulator.iaas declared as PhysicalMachine.ResourceAllocation
private  PhysicalMachine.ResourceAllocation VirtualMachine.ra
           
 

Fields in hu.mta.sztaki.lpds.cloud.simulator.iaas with type parameters of type PhysicalMachine.ResourceAllocation
(package private)  ArrayList<PhysicalMachine.ResourceAllocation> PhysicalMachine.promisedResources
           
 

Methods in hu.mta.sztaki.lpds.cloud.simulator.iaas that return PhysicalMachine.ResourceAllocation
 PhysicalMachine.ResourceAllocation PhysicalMachine.allocateResources(ResourceConstraints requested, boolean strict, int allocationValidityLength)
          Ensures the requested amount of resources are going to be available in the foreseeable future on this physical machine.
 PhysicalMachine.ResourceAllocation VirtualMachine.getResourceAllocation()
           
 

Methods in hu.mta.sztaki.lpds.cloud.simulator.iaas with parameters of type PhysicalMachine.ResourceAllocation
private  void VirtualMachine.actualMigration(PhysicalMachine.ResourceAllocation target)
          This function is responsible for the actual transfer between the old physical machine and the new one.
 boolean PhysicalMachine.cancelAllocation(PhysicalMachine.ResourceAllocation allocation)
           
private  boolean PhysicalMachine.checkAllocationsPresence(PhysicalMachine.ResourceAllocation allocation)
           
 void PhysicalMachine.deployVM(VirtualMachine vm, PhysicalMachine.ResourceAllocation ra, Repository vaSource)
           
 void VirtualMachine.migrate(PhysicalMachine.ResourceAllocation target)
          Moves all data necessary for the VMs execution from its current physical machine to another.
private  void VirtualMachine.resumeAfterMigration(PhysicalMachine.ResourceAllocation target)
          This function is called after the disk and memory images of the VM are located on its new hosting repository.
 void VirtualMachine.setResourceAllocation(PhysicalMachine.ResourceAllocation newRA)
           
 void VirtualMachine.switchOn(PhysicalMachine.ResourceAllocation allocation, Repository vasource)
          Initiates the startup procedure of a VM.
 

Uses of PhysicalMachine.ResourceAllocation in hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling
 

Fields in hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling declared as PhysicalMachine.ResourceAllocation
(package private)  PhysicalMachine.ResourceAllocation[] RoundRobinScheduler.ras
           
(package private)  PhysicalMachine.ResourceAllocation[] FirstFitScheduler.ras
           
 



Copyright © 2012–2015 University of Innsbruck & MTA SZTAKI. All rights reserved.