hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling
Class NonQueueingScheduler

java.lang.Object
  extended by hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling.Scheduler
      extended by hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling.FirstFitScheduler
          extended by hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling.NonQueueingScheduler

public class NonQueueingScheduler
extends FirstFitScheduler


Nested Class Summary
 
Nested classes/interfaces inherited from class hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling.Scheduler
Scheduler.QueueingEvent
 
Field Summary
 
Fields inherited from class hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling.FirstFitScheduler
ras
 
Fields inherited from class hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling.Scheduler
freeCapacity, parent, pmComparator, pmstateChanged, queue, totalQueued
 
Constructor Summary
NonQueueingScheduler(IaaSService parent)
           
 
Method Summary
protected  void scheduleQueued()
           
 
Methods inherited from class hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling.Scheduler
getQueueLength, getTotalQueued, manageQueueRemoval, manageQueueRemoval, notifyListeners, scheduleVMrequest, subscribeQueueingEvents, unsubscribeQueueingEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonQueueingScheduler

public NonQueueingScheduler(IaaSService parent)
Method Detail

scheduleQueued

protected void scheduleQueued()
Overrides:
scheduleQueued in class FirstFitScheduler


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