Uses of Interface
hu.mta.sztaki.lpds.cloud.simulator.iaas.VMManager.CapacityChangeEvent

Packages that use VMManager.CapacityChangeEvent
hu.mta.sztaki.lpds.cloud.simulator.energy   
hu.mta.sztaki.lpds.cloud.simulator.iaas   
hu.mta.sztaki.lpds.cloud.simulator.iaas.pmscheduling   
hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling   
 

Uses of VMManager.CapacityChangeEvent in hu.mta.sztaki.lpds.cloud.simulator.energy
 

Classes in hu.mta.sztaki.lpds.cloud.simulator.energy that implement VMManager.CapacityChangeEvent
 class PhysicalMachineEnergyMeter
           
 class SimpleVMEnergyMeter
          Derives VM consumption from its hosting PM.
 

Uses of VMManager.CapacityChangeEvent in hu.mta.sztaki.lpds.cloud.simulator.iaas
 

Fields in hu.mta.sztaki.lpds.cloud.simulator.iaas with type parameters of type VMManager.CapacityChangeEvent
private  CopyOnWriteArrayList<VMManager.CapacityChangeEvent<PhysicalMachine>> IaaSService.capacityListeners
           
private  CopyOnWriteArrayList<VMManager.CapacityChangeEvent<ResourceConstraints>> PhysicalMachine.increasingFreeCapacityListeners
           
 

Methods in hu.mta.sztaki.lpds.cloud.simulator.iaas with parameters of type VMManager.CapacityChangeEvent
 void VMManager.subscribeToCapacityChanges(VMManager.CapacityChangeEvent<F> e)
           
 void IaaSService.subscribeToCapacityChanges(VMManager.CapacityChangeEvent<PhysicalMachine> e)
           
 void PhysicalMachine.subscribeToCapacityChanges(VMManager.CapacityChangeEvent<ResourceConstraints> e)
           
 void PhysicalMachine.subscribeToIncreasingFreeapacityChanges(VMManager.CapacityChangeEvent<ResourceConstraints> e)
           
 void VMManager.unsubscribeFromCapacityChanges(VMManager.CapacityChangeEvent<F> e)
           
 void IaaSService.unsubscribeFromCapacityChanges(VMManager.CapacityChangeEvent<PhysicalMachine> e)
           
 void PhysicalMachine.unsubscribeFromCapacityChanges(VMManager.CapacityChangeEvent<ResourceConstraints> e)
           
 void PhysicalMachine.unsubscribeFromIncreasingFreeCapacityChanges(VMManager.CapacityChangeEvent<ResourceConstraints> e)
           
 

Uses of VMManager.CapacityChangeEvent in hu.mta.sztaki.lpds.cloud.simulator.iaas.pmscheduling
 

Classes in hu.mta.sztaki.lpds.cloud.simulator.iaas.pmscheduling that implement VMManager.CapacityChangeEvent
private  class SchedulingDependentMachines.CapacityChangeManager
           
 

Methods in hu.mta.sztaki.lpds.cloud.simulator.iaas.pmscheduling that return VMManager.CapacityChangeEvent
protected  VMManager.CapacityChangeEvent<PhysicalMachine> SchedulingDependentMachines.getHostRegEvent()
           
protected abstract  VMManager.CapacityChangeEvent<PhysicalMachine> PhysicalMachineController.getHostRegEvent()
           
protected  VMManager.CapacityChangeEvent<PhysicalMachine> AlwaysOnMachines.getHostRegEvent()
           
 

Uses of VMManager.CapacityChangeEvent in hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling
 

Fields in hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling declared as VMManager.CapacityChangeEvent
protected  VMManager.CapacityChangeEvent<ResourceConstraints> Scheduler.freeCapacity
           
 



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