Uses of Package
hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling

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

Classes in hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling used by hu.mta.sztaki.lpds.cloud.simulator.iaas
Scheduler
          The base class for all VM schedulers, provides the foundational logic and simplifies the implementation of VM schedulers by allowing them to mainly focus on their scheduling logic.
 

Classes in hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling used by hu.mta.sztaki.lpds.cloud.simulator.iaas.pmscheduling
Scheduler.QueueingEvent
          Implementing this interface allows the implementor to receive events from the scheduler about cases when it believes the infrastructure is not sufficient for its needs.
 

Classes in hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling used by hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling
FirstFitScheduler
          This class implements one of the simplest VM schedulers: it places every VM on the first PM that would actually accept it.
QueueingData
          The data stored about a single queued VM request.
Scheduler
          The base class for all VM schedulers, provides the foundational logic and simplifies the implementation of VM schedulers by allowing them to mainly focus on their scheduling logic.
Scheduler.QueueingEvent
          Implementing this interface allows the implementor to receive events from the scheduler about cases when it believes the infrastructure is not sufficient for its needs.
 



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