hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling
Class FirstFitScheduler
java.lang.Object
hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling.Scheduler
hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling.FirstFitScheduler
- Direct Known Subclasses:
- NonQueueingScheduler, RandomScheduler, RoundRobinScheduler, SmallestFirstScheduler
public class FirstFitScheduler
- extends Scheduler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ras
PhysicalMachine.ResourceAllocation[] ras
raBiggestNotSuitable
PhysicalMachine.ResourceAllocation raBiggestNotSuitable
it
private final PMIterator it
FirstFitScheduler
public FirstFitScheduler(IaaSService parent)
getPMIterator
protected PMIterator getPMIterator()
scheduleQueued
protected ConstantConstraints scheduleQueued()
- Specified by:
scheduleQueued
in class Scheduler
Copyright © 2012–2015 University of Innsbruck & MTA SZTAKI. All rights reserved.